Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/formatjs/formatjs
/ shouldPolyfill
Function
shouldPolyfill
packages/intl-durationformat/should-polyfill.ts:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
function
shouldPolyfill(): boolean {
2
return
typeof Intl ===
'undefined'
|| !(
'DurationFormat'
in Intl)
3
}
Callers
1
polyfill.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected