UNPKG

intl-locales-supported

Version:

Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.

6 lines 291 B
declare type IntlConstructor = { supportedLocalesOf(locales: string | string[], options?: any): string[]; }; export default function areIntlLocalesSupported(locales: string | string[], constructorsToCheck?: Array<IntlConstructor>): boolean; export {}; //# sourceMappingURL=index.d.ts.map