UNPKG

@netlify/content-engine

Version:
7 lines 299 B
import type { IFetchRemoteFileOptions } from "./remote-file-utils/fetch-file"; export type { IFetchRemoteFileOptions }; /** * Downloads a remote file to disk */ export declare function fetchRemoteFile(args: IFetchRemoteFileOptions): Promise<string>; //# sourceMappingURL=fetch-remote-file.d.ts.map