UNPKG
vnopts
Version:
latest (2.0.5)
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
validate and normalize options
github.com/ikatyang-collab/vnopts
ikatyang-collab/vnopts
vnopts
/
lib
/
index.d.ts
8 lines
(7 loc)
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./descriptors/index.js'
;
export
*
from
'./handlers/index.js'
;
export
*
from
'./schemas/index.js'
;
export
*
from
'./constants.js'
;
export
*
from
'./normalize.js'
;
export
*
from
'./schema.js'
;
export
*
from
'./types.js'
;