UNPKG

@promptbook/remote-client

Version:

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

11 lines (10 loc) 277 B
/** * Factory function to create an instance of PdfScraper. * It bundles the scraper class with its metadata. * * @public exported from `@promptbook/pdf` */ export declare const createPdfScraper: any; /** * TODO: [🎶] Naming "constructor" vs "creator" vs "factory" */