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.

4 lines (3 loc) 90 B
export default function areIntlLocalesSupported( locales: string | string[] ): boolean;