UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

10 lines (9 loc) 228 B
/** * Creates a scraper for markdown content. * * @public exported from `@promptbook/markdown-utils` */ export declare const createMarkdownScraper: any; /** * TODO: [🎶] Naming "constructor" vs "creator" vs "factory" */