UNPKG

@scinorandex/sparse

Version:

Yet another parser generator

3 lines (2 loc) 141 B
import type { GrammarToken } from "src/grammarParser"; export declare const buildErrorWindow: (file: string, token: GrammarToken) => string;