UNPKG

cspell-grammar

Version:
5 lines 405 B
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