BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
isNull
Function isNull
isNull
(
cbor
:
Cbor
,
)
:
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"Null"
}
}
Check if CBOR value is null.
Parameters
cbor
:
Cbor
CBOR value to check
Returns
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"Null"
}
}
True if value is null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Check if CBOR value is null.