@stricahq/cbors - v2.0.0
    Preparing search index...

    Type Alias DecoderOptions

    type DecoderOptions = {
        maxDepth?: number;
        maxStringLength?: number;
    }
    Index
    maxDepth?: number
    maxStringLength?: number