UNPKG

pridoujs

Version:
5 lines (4 loc) 235 B
import { LexerTokenType } from "../types/lexer.js"; export declare const SKIPPED_TOKENS: Set<string>; export declare const CLASSIC_TOKENS: Map<string, LexerTokenType>; export declare const RESERVED_TOKENS: Map<string, LexerTokenType>;