node-validator
Preparing search index...
InferTupleShape
Type Alias InferTupleShape<T>
InferTupleShape
:
{
-
readonly
[
K
in
keyof
T
]
:
T
[
K
]
extends
Validator
<
infer
U
>
?
U
:
never
}
Infers the validated output from a tuple schema.
Type Parameters
T
extends
TupleShape
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
node-validator
Loading...
Infers the validated output from a tuple schema.