timepiece/node_modules/date-fns/_lib/defaultLocale.js

9 lines
182 B
JavaScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
"use strict";
Object.defineProperty(exports, "defaultLocale", {
enumerable: true,
get: function () {
return _index.enUS;
},
});
var _index = require("../locale/en-US.js");