UNPKG

@reservoir0x/relay-kit-hooks

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

5 lines 299 B
import { type AxiosRequestConfig } from 'axios'; declare const fetcher: (url: string, headers?: HeadersInit) => Promise<any>; export default fetcher; export declare const axiosPostFetcher: (url: string, params: any, config?: AxiosRequestConfig) => Promise<any>; //# sourceMappingURL=fetcher.d.ts.map