UNPKG

@ljobse/appsettings-loader

Version:

This allows you to automatically map environment variables typed into your application.

6 lines 329 B
"use strict"; 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