UNPKG

@promptbook/remote-client

Version:

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

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