@strule/core - v0.0.1
Preparing search index...
Result
Type Alias Result<T>
Result
:
|
{
ok
:
true
;
value
:
T
}
|
{
issues
:
readonly
ValidationIssue
[]
;
ok
:
false
}
The result of a non-throwing validation operation.
Type Parameters
T
Settings
Theme
OS
Light
Dark
@strule/core - v0.0.1
Loading...
The result of a non-throwing validation operation.