UNPKG

@velora-dex/sdk

Version:
7 lines 274 B
import type { ExtraFetchParams, FetcherFunction } from '../../types'; type Fetch = typeof fetch; export declare const constructFetcher: (fetch: Fetch, extra?: ExtraFetchParams & { keepalive?: boolean; }) => FetcherFunction; export {}; //# sourceMappingURL=fetch.d.ts.map