@timlassiter11/yatl
    Preparing search index...

    Type Alias MatchIndex

    A single match index consisting of the start and end positions

    type MatchIndex = {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number
    start: number