@blockchaincommons/dcbor-pattern - v1.0.0-beta.2
    Preparing search index...

    Interface ParseOptions

    An optional limit on how deep a pattern may nest.

    interface ParseOptions {
        maxDepth?: number;
    }
    Index
    maxDepth?: number

    The deepest nesting of groups, captures, search, arrays, maps and tagged values accepted (a positive integer). No limit by default: text nested a few thousand levels deep then exhausts the engine's stack with a RangeError.