@ipld/dag-cbor
Preparing search index...
encodeOptions
Variable encodeOptions
Const
encodeOptions
:
{
float64
:
boolean
;
typeEncoders
:
{
Map
:
(
map
:
Map
<
any
,
any
>
)
=>
null
;
number
:
(
num
:
number
)
=>
null
;
Object
:
(
obj
:
any
)
=>
Token
[]
|
null
;
undefined
:
()
=>
null
;
}
;
}
= ...
Type Declaration
float64
:
boolean
typeEncoders
:
{
Map
:
(
map
:
Map
<
any
,
any
>
)
=>
null
;
number
:
(
num
:
number
)
=>
null
;
Object
:
(
obj
:
any
)
=>
Token
[]
|
null
;
undefined
:
()
=>
null
;
}
Map
:
(
map
:
Map
<
any
,
any
>
)
=>
null
number
:
(
num
:
number
)
=>
null
Object
:
(
obj
:
any
)
=>
Token
[]
|
null
undefined
:
()
=>
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ipld/dag-cbor
Loading...