File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
packages/node-config-provider Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @smithy/node-config-provider " : patch
3+ ---
4+
5+ Export Getters and their configs
Original file line number Diff line number Diff line change 22
33[ ![ NPM version] ( https://img.shields.io/npm/v/@smithy/node-config-provider/latest.svg )] ( https://www.npmjs.com/package/@smithy/node-config-provider )
44[ ![ NPM downloads] ( https://img.shields.io/npm/dm/@smithy/node-config-provider.svg )] ( https://www.npmjs.com/package/@smithy/node-config-provider )
5+
6+ > An internal package
7+
8+ ## Usage
9+
10+ You probably shouldn't, at least directly.
Original file line number Diff line number Diff line change 11export * from "./configLoader" ;
2+ export { EnvOptions , GetterFromEnv } from "./fromEnv" ;
3+ export { GetterFromConfig , SharedConfigInit } from "./fromSharedConfigFiles" ;
4+ export { FromStaticConfig } from "./fromStatic" ;
You can’t perform that action at this time.
0 commit comments