@avanio/variable-util
Preparing search index...
ValidateCallback
Type Alias ValidateCallback<Input, Output>
ValidateCallback
:
(
data
:
Input
)
=>
Output
|
Promise
<
Output
>
Interface for validation function
Type Parameters
Input
Type of raw input
Output
Type of output
Type declaration
(
data
:
Input
)
:
Output
|
Promise
<
Output
>
Parameters
data
:
Input
Returns
Output
|
Promise
<
Output
>
Since
v1.0.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@avanio/variable-util
Loading...
Interface for validation function