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.
2 parents 9a9796b + b96615a commit 70146a8Copy full SHA for 70146a8
README.md
@@ -97,7 +97,7 @@ var config = getenv.multi({
97
foo: "FOO", // throws if FOO doesn't exist
98
bar: ["BAR", "defaultval"], // set a default value
99
baz: ["BAZ", "defaultval", "string"], // parse into type
100
- quux: ["QUUX", undefined, "integer"] // parse & throw
+ quux: ["QUUX", undefined, "int"] // parse & throw
101
});
102
103
```
0 commit comments