UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

8 lines (7 loc) 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.i18n_loc_set_default = exports.i18n_loc_get_default = void 0; var i18n_loc_get_default_ts_1 = require("./i18n_loc_get_default.js"); Object.defineProperty(exports, "i18n_loc_get_default", { enumerable: true, get: function () { return i18n_loc_get_default_ts_1.i18n_loc_get_default; } }); var i18n_loc_set_default_ts_1 = require("./i18n_loc_set_default.js"); Object.defineProperty(exports, "i18n_loc_set_default", { enumerable: true, get: function () { return i18n_loc_set_default_ts_1.i18n_loc_set_default; } });