UNPKG

gatsby-core-utils

Version:

A collection of gatsby utils used in different gatsby packages

7 lines (6 loc) 252 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>;