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