We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9756f commit bbb1734Copy full SHA for bbb1734
packages/node-config-provider/src/booleanSelector.ts
@@ -1,6 +1,6 @@
1
export enum SelectorType {
2
ENV = "env",
3
- SHARED_CONFIG = "shared config entry",
+ CONFIG = "shared config entry",
4
}
5
6
export const booleanSelector = (obj: Object, key: string, type: SelectorType) => {
0 commit comments