UNPKG

@fluent/bundle

Version:

Localization library for expressive translations.

3 lines (2 loc) 271 B
export type IntlCache = Map<typeof Intl.NumberFormat | typeof Intl.DateTimeFormat | typeof Intl.PluralRules, Record<string, Intl.NumberFormat | Intl.DateTimeFormat | Intl.PluralRules>>; export declare function getMemoizerForLocale(locales: string | string[]): IntlCache;