@avanio/variable-util
Preparing search index...
TypeGuardValidate
Type Alias TypeGuardValidate<Output>
TypeGuardValidate
:
|
(
(
value
:
unknown
)
=>
value
is
Output
)
|
Promise
<
(
value
:
unknown
)
=>
value
is
Output
>
PreValidate function
Type Parameters
Output
Type of output value
Since
v1.0.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@avanio/variable-util
Loading...
PreValidate function