UNPKG

@jsverse/transloco-utils

Version:
6 lines (5 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getGlobalConfig = void 0; var transloco_utils_1 = require("./lib/transloco-utils"); Object.defineProperty(exports, "getGlobalConfig", { enumerable: true, get: function () { return transloco_utils_1.getGlobalConfig; } });