BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
asInteger
Function asInteger
asInteger
(
cbor
:
Cbor
)
:
number
|
bigint
|
undefined
Extract any integer value (unsigned or negative) if type matches.
Parameters
cbor
:
Cbor
CBOR value
Returns
number
|
bigint
|
undefined
Integer or undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Extract any integer value (unsigned or negative) if type matches.