@stricahq/cbors - v2.0.0
Preparing search index...
CborNode
Class CborNode
Index
Properties
child?
chunks?
encoding
entries?
items?
kind
span
tag?
value?
Accessors
bytes
Methods
at
to
JS
Properties
Optional
child
child
?:
CborNode
Optional
chunks
chunks
?:
CborNode
[]
encoding
encoding
:
{
ai
:
number
;
indefinite
:
boolean
}
Optional
entries
entries
?:
{
key
:
CborNode
;
value
:
CborNode
}
[]
Optional
items
items
?:
CborNode
[]
kind
kind
:
CborNodeKind
span
span
:
ByteSpan
Optional
tag
tag
?:
number
|
bigint
Optional
value
value
?:
string
|
number
|
bigint
|
boolean
|
Uint8Array
<
ArrayBufferLike
>
Accessors
bytes
get
bytes
()
:
Uint8Array
Returns
Uint8Array
Methods
at
at
(
k
:
string
|
number
|
bigint
|
boolean
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
CborNode
|
undefined
Parameters
k
:
string
|
number
|
bigint
|
boolean
|
Uint8Array
<
ArrayBufferLike
>
Returns
CborNode
|
undefined
to
JS
toJS
()
:
any
Returns
any
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
chunks
encoding
entries
items
kind
span
tag
value
Accessors
bytes
Methods
at
to
JS
@stricahq/cbors - v2.0.0
Loading...