UNPKG

@smithy/node-config-provider

Version:

Load config default values from ini config files and environmental variable

4 lines (3 loc) 273 B
/** @deprecated Use @smithy/core/config instead. */ export { loadConfig, type LocalConfigOptions, type LoadedConfigSelectors, type NodeSharedConfigInit as SharedConfigInit, } from "@smithy/core/config"; export type { EnvOptions, GetterFromEnv } from "@smithy/core/config";