website-scrap-engine
Version:
Configurable website scraper in typescript
5 lines • 429 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 processHtmlMetaRefresh(res: DownloadResource, submit: SubmitResourceFunc, options: StaticDownloadOptions, pipeline: PipelineExecutor): Promise<DownloadResource>;
//# sourceMappingURL=process-html-meta.d.ts.map