UNPKG

cspell-grammar

Version:
5 lines 253 B
import type { GrammarDef } from './grammarDefinition.js'; import type { NGrammar } from './grammarNormalized.js'; export type Grammar = NGrammar; export declare function compileGrammar(grammar: GrammarDef): Grammar; //# sourceMappingURL=grammar.d.ts.map