UNPKG
@fluent/bundle
Version:
latest (0.19.1)
0.19.1
0.19.0
0.18.0
0.17.1
0.17.0
0.16.1
0.16.0
0.15.1
0.15.0
0.14.1
0.14.0
0.13.0
Localization library for expressive translations.
projectfluent.org
projectfluent/fluent.js
@fluent/bundle
/
esm
/
memoizer.d.ts
3 lines
(2 loc)
•
271 B
TypeScript
View Raw
1
2
3
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
;