UNPKG

kubo-rpc-client

Version:
4 lines 203 B
import type { FetchOptions } from '../http.js'; declare const fetchWith: (url: string | Request, options?: FetchOptions) => any; export { fetchWith as fetch }; //# sourceMappingURL=fetch.browser.d.ts.map