Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
isOk
Function isOk
isOk
<
T
>
(
result
:
Result
<
T
>
)
:
result
is
{
ok
:
true
;
value
:
T
}
Type guard for successful results.
Type Parameters
T
Parameters
result
:
Result
<
T
>
Returns
result
is
{
ok
:
true
;
value
:
T
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Type guard for successful results.