@nightgrey/ansi
    Preparing search index...

    Interface Text

    Text token

    Represents text that is not part of an ANSI escape sequence.

    interface Text {
        pos: number;
        raw: string;
        type: "TEXT";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    pos: number

    Position in the input

    raw: string

    Raw text

    type: "TEXT"

    Token type