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
/
schemas
/
index.d.ts
9 lines
(8 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./alias.js'
;
export
*
from
'./any.js'
;
export
*
from
'./array.js'
;
export
*
from
'./boolean.js'
;
export
*
from
'./choice.js'
;
export
*
from
'./integer.js'
;
export
*
from
'./number.js'
;
export
*
from
'./string.js'
;