UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 314 B
import type { string_markdown, string_markdown_text } from '../../types/string_markdown'; /** * Create a markdown table from a 2D array of strings * * @public exported from `@promptbook/markdown-utils` */ export declare function createMarkdownTable(table: Array<Array<string_markdown_text>>): string_markdown;