UNPKG

website-scrap-engine

Version:
5 lines 406 B
import type { Resource } from '../resource.js'; import type { DownloadResource, RequestOptions } from './types.js'; import type { StaticDownloadOptions } from '../options.js'; export declare function readOrCopyLocalResource(res: Resource, requestOptions: RequestOptions, options: StaticDownloadOptions): Promise<DownloadResource | Resource | void>; //# sourceMappingURL=read-or-copy-local-resource.d.ts.map