Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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