Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-grammar/dist/parser/grammar.d.ts
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