wonder-stuff
    Preparing search index...

    Type Alias ExtractedString

    type ExtractedString = {
        comments: string[];
        endOffset: number;
        linePos: number;
        msgids: string[];
        startOffset: number;
        type: string;
    }
    Index

    Properties

    comments: string[]
    endOffset: number
    linePos: number
    msgids: string[]
    startOffset: number
    type: string