UNPKG

@promptbook/vercel

Version:

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

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