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
/
src
/
index.js
10 lines
(9 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
{
AppConfig
}
from
'./AppConfig.js'
export
{
BooleanSchema
,
IntegerSchema
,
NumberSchema
,
PositiveNullIntegerSchema
,
StringSchema
, v }
from
'./validate.js'