BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
asBytes
Function asBytes
asBytes
(
cbor
:
Cbor
)
:
Uint8Array
<
ArrayBufferLike
>
|
undefined
Extract byte string value if type matches.
Parameters
cbor
:
Cbor
CBOR value
Returns
Uint8Array
<
ArrayBufferLike
>
|
undefined
Byte string or undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Extract byte string value if type matches.