Trevixal API
    Preparing search index...

    A word with its position in the source text.

    interface WordSpan {
        index: number;
        length: number;
        text: string;
    }
    Index
    index: number
    length: number
    text: string