BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
isBoolean
Function isBoolean
isBoolean
(
cbor
:
Cbor
,
)
:
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"False"
}
|
{
type
:
"True"
}
;
}
Check if CBOR value is a boolean (true or false).
Parameters
cbor
:
Cbor
CBOR value to check
Returns
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"False"
}
|
{
type
:
"True"
}
;
}
True if value is boolean
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 a boolean (true or false).