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

    Interface Span

    A half-open range of UTF-16 code units in the source string.

    interface Span {
        start: number;
        end: number;
    }
    Index
    start: number

    The offset of the first code unit.

    end: number

    The offset after the last code unit.