UNPKG

@smithy/node-config-provider

Version:

Load config default values from ini config files and environmental variable

6 lines (5 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadConfig = void 0; var config_1 = require("@smithy/core/config"); Object.defineProperty(exports, "loadConfig", { enumerable: true, get: function () { return config_1.loadConfig; } });