UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

12 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Locales = void 0; // eslint-disable-next-line no-shadow var Locales; (function (Locales) { Locales["en"] = "en-en"; Locales["hu"] = "hu-hu"; Locales["pl"] = "pl-pl"; Locales["ro"] = "ro-ro"; })(Locales = exports.Locales || (exports.Locales = {})); //# sourceMappingURL=locale.js.map