@ipld/dag-cbor
Preparing search index...
decodeOptions
Variable decodeOptions
Const
decodeOptions
:
{
allowBigInt
:
boolean
;
allowIndefinite
:
boolean
;
allowInfinity
:
boolean
;
allowNaN
:
boolean
;
coerceUndefinedToNull
:
boolean
;
rejectDuplicateMapKeys
:
boolean
;
strict
:
boolean
;
tags
:
{
[
tagNumber
:
number
]:
TagDecoder
}
;
useMaps
:
boolean
;
}
= ...
Type Declaration
allowBigInt
:
boolean
allowIndefinite
:
boolean
allowInfinity
:
boolean
allowNaN
:
boolean
coerceUndefinedToNull
:
boolean
rejectDuplicateMapKeys
:
boolean
strict
:
boolean
tags
:
{
[
tagNumber
:
number
]:
TagDecoder
}
useMaps
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ipld/dag-cbor
Loading...