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 a05e822 + 19613d4 commit 8936ca6Copy full SHA for 8936ca6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@athenna/config",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"description": "Cache and handle environment variables and config files of Athenna.",
5
"license": "MIT",
6
"author": "João Lenon <lenon@athenna.io>",
src/index.d.ts
@@ -55,7 +55,7 @@ export class Config {
55
* @param {any,undefined} defaultValue
56
* @return {any}
57
*/
58
- static get(key: string, defaultValue?: any): Promise<void>
+ static get(key: string, defaultValue?: any): any
59
60
/**
61
* Load all configuration files in path.
0 commit comments