UNPKG

@whatwg-node/node-fetch

Version:

Fetch API implementation for Node

4 lines (3 loc) 261 B
import { PonyfillRequest } from './Request.js'; import { PonyfillResponse } from './Response.js'; export declare function fetchCurl<TResponseJSON = any, TRequestJSON = any>(fetchRequest: PonyfillRequest<TRequestJSON>): Promise<PonyfillResponse<TResponseJSON>>;