BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Preparing search index...
isOk
Function isOk
isOk
<
T
>
(
result
:
ParseResult
<
T
>
)
:
result
is
{
ok
:
true
;
value
:
T
}
Checks if a result is successful.
Type Parameters
T
Parameters
result
:
ParseResult
<
T
>
Returns
result
is
{
ok
:
true
;
value
:
T
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Loading...
Checks if a result is successful.