Preparing search index...
The search index is not available
ts-dna - v2.4.0
ts-dna
isSuccess
Function isSuccess
is
Success
<
T
,
E
>
(
result
)
:
result
is
{
data
:
T
;
success
:
true
;
}
Type guard to check if a ValidationResult is successful
Type Parameters
T
E
Parameters
result
:
ValidationResult
<
T
,
E
>
Returns
result
is
{
data
:
T
;
success
:
true
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ts-dna - v2.4.0
Loading...
Type guard to check if a ValidationResult is successful