UNPKG

@velora-dex/sdk

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