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