@tikoci/centrs
    Preparing search index...

    Interface QuotedStringScan

    Where a double-quoted string ends, and whether it was closed at all.

    interface QuotedStringScan {
        closed: boolean;
        end: number;
    }
    Index

    Properties

    Properties

    closed: boolean
    end: number

    index just past the closing ", or text.length when unterminated.