mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "defaultLocale", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index.enUS;
|
|
},
|
|
});
|
|
var _index = require("../locale/en-US.js");
|