MCPcopy Index your code
hub / github.com/formatjs/formatjs / defaultTimezone.ts

File defaultTimezone.ts

packages/utils/defaultTimezone.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {type Cache, memoize, strategies} from '@formatjs/fast-memoize'
2
3const cache: Record<string, Intl.DateTimeFormat> = {}
4

Callers

nothing calls this directly

Calls 2

memoizeFunction · 0.90
createFastMemoizeCacheFunction · 0.70

Tested by

no test coverage detected