diff-grok - v1.3.0
    Preparing search index...

    Interface Token

    interface Token {
        position: number;
        type: TokenType;
        value: string;
    }
    Index

    Properties

    Properties

    position: number
    type: TokenType
    value: string