UNPKG
@willsoto/node-konfig-core
Version:
latest (6.0.0)
6.0.0
5.0.0
4.1.0
4.0.1
4.0.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
Core configuration pacakge supporting file, static and environment variables
@willsoto/node-konfig-core
/
dist
/
errors.d.ts
10 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare
class
KeyNotFoundError
extends
Error
{ constructor(key: string); } export declare
class
NoValueForKeyError
extends
Error
{ constructor(key: string); } export declare
class
ValueNotFoundError
extends
Error
{ constructor(); } //
# sourceMappingURL=errors.d.ts.map