You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
895 B
13 lines
895 B
export { selectUnit } from './diff';
|
|
export { defaultNumberOption, getAliasesByLang, getInternalSlot, getMultiInternalSlots, getNumberOption, getOption, getParentLocalesByLang, isLiteralPart, LiteralPart, partitionPattern, setInternalSlot, setMultiInternalSlots, setNumberFormatDigitOptions, toObject, objectIs, isWellFormedCurrencyCode, toString, } from './polyfill-utils';
|
|
export { createResolveLocale, getLocaleHierarchy, supportedLocales, unpackData, isMissingLocaleDataError, } from './resolve-locale';
|
|
export * from './units';
|
|
export * from './relative-time-types';
|
|
export * from './unified-numberformat-types';
|
|
export * from './list-types';
|
|
export * from './plural-rules-types';
|
|
export * from './number-types';
|
|
export * from './displaynames-types';
|
|
export { getCanonicalLocales } from './get-canonical-locales';
|
|
export { invariant } from './invariant';
|
|
//# sourceMappingURL=index.d.ts.map
|