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/vnopts
ikatyang/vnopts
vnopts
/
lib
/
schemas
/
any.d.ts
7 lines
(6 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Schema
,
SchemaParameters
}
from
'../schema.js'
;
import
{
ValidateResult
}
from
'../types.js'
;
export
declare
class
AnySchema
extends
Schema
<
any
,
SchemaParameters
<
any
>> {
expected
():
string
;
validate
():
ValidateResult
; }