@rustedcompiler/frappe-hooks
Version:
Reusable HTTP hooks for React and Frappe
6 lines • 353 B
TypeScript
import { AxiosInstance } from 'axios';
import { IFrappeInstance } from '../types';
export declare function initializeClient(config: IFrappeInstance, force?: boolean): AxiosInstance | null;
export declare function getFrappeClient(): AxiosInstance;
export declare function isFrappeClientInitialized(): boolean;
//# sourceMappingURL=frappeInstance.d.ts.map