@nightgrey/ansi
    Preparing search index...

    Interface BaseToken

    interface BaseToken {
        pos: number;
        raw: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    pos: number

    Position in the input

    raw: string

    Raw text

    type: string

    Token type