BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
hasTag
Function hasTag
hasTag
(
cbor
:
Cbor
,
tag
:
number
|
bigint
)
:
boolean
Check if CBOR has a specific tag.
Parameters
cbor
:
Cbor
CBOR value
tag
:
number
|
bigint
Tag value to check
Returns
boolean
True if has tag, false otherwise
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Check if CBOR has a specific tag.