Preparing search index...
The search index is not available
Doubter - v5.1.0
Doubter
core
Result
Type Alias Result<Value>
Result
<
Value
>
:
Ok
<
Value
>
|
Issue
[]
|
null
A result returned from a shape after it was applied to an input value.
If
null
then the input value is valid and wasn't transformed.
If an
Ok
instance then the input value is valid and was transformed.
If an array of
issues
then the input value is invalid.
Type Parameters
Value
=
any
The output value.
See
Shape._apply
Shape._applyAsync
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Doubter - v5.1.0
Loading...
A result returned from a shape after it was applied to an input value.
null
then the input value is valid and wasn't transformed.