v0.1.1
objvl
interface
ValidatorFn
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
compiler
/
ValidatorFn
Interface
ValidatorFn
<
T
>
Defined in index
Properties
(
data
:
unknown
,
...
args
:
Array
external
Array
<
unknown
>
)
=>
[
value
:
T
type parameter
T
,
errors
:
Array
external
Array
<
ValidationError
type
ValidationError
compiler/
ValidationError
>
]