UNPKG
@commenthol/app-config
Version:
latest (0.1.1)
0.1.1
0.1.0
set values in global app configuration
gitlab.com/commenthol/app-config
@commenthol/app-config
/
types
/
index.d.ts
3 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
export
{
AppConfig
}
from
"./AppConfig.js"
;
export
{
BooleanSchema
,
IntegerSchema
,
NumberSchema
,
PositiveNullIntegerSchema
,
StringSchema
, v }
from
"./validate.js"
;