Current section

Files

Jump to
spellweaver priv bun node_modules cspell-grammar dist parser grammar.d.ts
Raw

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