Current section

Files

Jump to
spellweaver priv bun node_modules cspell-grammar dist viewer visualizeAsMD.d.ts
Raw

priv/bun/node_modules/cspell-grammar/dist/viewer/visualizeAsMD.d.ts

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