UNPKG

@yoroi/common

Version:
7 lines 312 B
import { AxiosRequestConfig } from 'axios'; /** * @deprecated This function is deprecated and will be removed in a future release. Use `fetchData` instead. */ export declare const fetcher: Fetcher; export type Fetcher = <T = any>(config: AxiosRequestConfig) => Promise<T>; //# sourceMappingURL=fetcher.d.ts.map