cspell-grammar
Version:
Grammar parsing support for cspell
5 lines • 405 B
TypeScript
import type { TokenizedLine } from '../parser/index.js';
export declare function _tokenizedLineToMarkdown(line: TokenizedLine, indentation?: string): string;
export declare function tokenizedLineToMarkdown(line: TokenizedLine, indentation?: string): string;
export declare function tokenizedLinesToMarkdown(lines: TokenizedLine[], indentation?: string): string;
//# sourceMappingURL=visualizeAsMD.d.ts.map