UNPKG

@formatjs/intl-enumerator

Version:
3 lines (2 loc) 207 B
export type SupportedValuesOf = "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit"; export declare function supportedValuesOf(key: SupportedValuesOf, locale?: string): string[];