UNPKG

kubo-rpc-client

Version:
4 lines 230 B
import type { FetchOptions } from '../http.js'; declare const fetchWithProgress: (url: string | Request, options?: FetchOptions) => Promise<Response>; export { fetchWithProgress as fetch }; //# sourceMappingURL=fetch.node.d.ts.map