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.

2 lines (1 loc) 79 B
declare function areIntlLocalesSupported(locales: string | string[]): boolean;