UNPKG

@promptbook/utils

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

13 lines (12 loc) 449 B
import type { ExecutionTools } from '../../../execution/ExecutionTools'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; import type { Scraper } from '../Scraper'; /** * @@@ * * 1) @@@ * 2) @@@ * * @public exported from `@promptbook/browser` */ export declare function $provideScrapersForBrowser(tools: Pick<ExecutionTools, 'llm'>, options?: PrepareAndScrapeOptions): Promise<ReadonlyArray<Scraper>>;