@ipld/dag-cbor
    Preparing search index...

    Variable decodeOptionsConst

    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