@nightgrey/ansi
    Preparing search index...

    Interface Raw

    Raw token

    Resulting token from processing through the tokenizer.

    interface Raw {
        pos: number;
        raw: string;
        type: "TEXT" | "INTRODUCER" | "DATA" | "FINAL";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    pos: number

    Position in the input

    raw: string

    Raw text

    type: "TEXT" | "INTRODUCER" | "DATA" | "FINAL"

    Token type