2 lines
141 B
TypeScript
2 lines
141 B
TypeScript
import { IRawGrammar } from './rawGrammar';
|
|
export declare function parseRawGrammar(content: string, filePath?: string | null): IRawGrammar;
|