UNPKG

jtc-utils

Version:
8 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLocale = getLocale; const locale = Intl.DateTimeFormat().resolvedOptions().locale; function getLocale() { return locale; } //# sourceMappingURL=getLocale.js.map