BC-DCBOR-Parse TypeScript Library - v1.0.0-alpha.20
Preparing search index...
isErr
Function isErr
isErr
<
T
>
(
result
:
ParseResult
<
T
>
)
:
result
is
{
ok
:
false
;
error
:
ParseError
}
Checks if a result is an error.
Type Parameters
T
Parameters
result
:
ParseResult
<
T
>
Returns
result
is
{
ok
:
false
;
error
:
ParseError
}
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 an error.