File tree 3 files changed +14
-0
lines changed
packages/node-config-provider
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 2
2
3
3
[ ![ NPM version] ( https://img.shields.io/npm/v/@smithy/node-config-provider/latest.svg )] ( https://www.npmjs.com/package/@smithy/node-config-provider )
4
4
[ ![ 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 1
1
export * 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