Hex Core JS
    Preparing search index...

    Type Alias Token

    type Token = {
        type: TokenType;
        value: string;
    }
    Index

    Properties

    Properties

    type: TokenType
    value: string