Files
pole-book/server/node_modules/vscode-textmate/release/parseRawGrammar.d.ts

3 lines
141 B
TypeScript

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