UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

3 lines (2 loc) 157 B
/** Renders parsed GFM blocks to terminal text, fitting tables to `width`. */ export declare function renderMarkdown(input: string, width?: number): string;