mirror of
https://github.com/sern-handler/website
synced 2026-06-24 08:42:31 +00:00
3 lines
141 B
TypeScript
3 lines
141 B
TypeScript
import { IRawGrammar } from './rawGrammar';
|
|
export declare function parseRawGrammar(content: string, filePath?: string | null): IRawGrammar;
|