Export Locales

This commit is contained in:
Sébastien Garagnani 2018-09-25 18:59:41 +07:00 committed by GitHub
parent 08a9a4b738
commit dbbc00e459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,6 +277,7 @@
// CommonJS / Node module
if (isCommonJS) {
namespace = module.exports = defaultStrftime;
module.exports.locales = Locales;
}
// Browsers and other environments
else {