@formatjs/intl-enumerator
Version:
Intl.Enumerator polyfill
9 lines (8 loc) • 433 B
TypeScript
export type { SupportedValuesOf } from './src';
export type { Calendar } from './src/calendars.generated';
export type { Collation } from './src/collations.generated';
export type { Currency } from './src/currencies.generated';
export type { Timezone } from './src/timezones.generated';
export type { Unit } from './src/units.generated';
export { shouldPolyfill } from './should-polyfill';
export { supportedValuesOf } from './src';