UNPKG
read-appsettings
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
1.1.0
1.0.98
1.0.0
README.md
github.com/codechavez/read-appsettings-json
codechavez/read-appsettings-json
read-appsettings
/
index.d.ts
6 lines
(5 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
AppConfiguration
{
static
json
:
any
;
constructor
(
);
static
Setting
():
any
; }