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.

9 lines (8 loc) 285 B
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */ var areIntlLocalesSupported = require('./lib')['default'] module.exports = areIntlLocalesSupported; module.exports.default = areIntlLocalesSupported;