UNPKG

website-scrap-engine

Version:
5 lines 388 B
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