UNPKG

@rustedcompiler/frappe-hooks

Version:

Reusable HTTP hooks for React and Frappe

5 lines 288 B
import { IFrappeInstance } from '../types'; export declare function initializeClient(config: IFrappeInstance, force?: boolean): any; export declare function getFrappeClient(): any; export declare function isFrappeClientInitialized(): boolean; //# sourceMappingURL=frappe-instance.d.ts.map