@ljobse/appsettings-loader
Version:
This allows you to automatically map environment variables typed into your application.
6 lines • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.applyEnvConfig = void 0;
var applyEnvConfig_1 = require("./applyEnvConfig");
Object.defineProperty(exports, "applyEnvConfig", { enumerable: true, get: function () { return applyEnvConfig_1.applyEnvConfig; } });
//# sourceMappingURL=index.js.map