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

    Interface PatternPartial

    A parsed pattern and how many UTF-16 code units of the text it consumed.

    interface PatternPartial {
        pattern: Pattern;
        length: number;
    }
    Index
    pattern: Pattern

    The pattern.

    length: number

    How many UTF-16 code units it consumed, trailing whitespace included.