website-scrap-engine
Version:
Configurable website scraper in typescript
5 lines • 420 B
TypeScript
import type { DownloadResource, SubmitResourceFunc } from './types.js';
import type { StaticDownloadOptions } from '../options.js';
import type { PipelineExecutor } from './pipeline-executor.js';
export declare function processHtml(res: DownloadResource, submit: SubmitResourceFunc, options: StaticDownloadOptions, pipeline: PipelineExecutor): Promise<DownloadResource | void>;
//# sourceMappingURL=process-html.d.ts.map