BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
arrayItem
Function arrayItem
arrayItem
(
cbor
:
Cbor
,
index
:
number
)
:
Cbor
|
undefined
Get array item at index.
Parameters
cbor
:
Cbor
CBOR value (must be array)
index
:
number
Array index
Returns
Cbor
|
undefined
Item at index or undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Get array item at index.