UNPKG

website-scrap-engine

Version:
5 lines 418 B
import type { DownloadResource, SubmitResourceFunc } from './types.js'; import type { StaticDownloadOptions } from '../options.js'; import type { PipelineExecutor } from './pipeline-executor.js'; export declare function processSvg(res: DownloadResource, submit: SubmitResourceFunc, options: StaticDownloadOptions, pipeline: PipelineExecutor): Promise<DownloadResource | void>; //# sourceMappingURL=process-svg.d.ts.map