UNPKG
@rustedcompiler/frappe-hooks
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.4-beta.11
0.0.4-beta.10
0.0.4-beta.9
0.0.4-beta.8
0.0.4-beta.7
0.0.4-beta.6
0.0.4-beta.5
0.0.4-beta.4
0.0.4-beta.3
0.0.4-beta.2
0.0.4-beta.1
0.0.3
0.0.2
0.0.2-beta.6
0.0.2-beta.5
0.0.2-beta.4
0.0.2-beta.3
0.0.2-beta.2
0.0.2-beta.1
0.0.1
Reusable HTTP hooks for React and Frappe
github.com/loarsaw/frappe-hooks
loarsaw/frappe-hooks
@rustedcompiler/frappe-hooks
/
dist
/
utils
/
frappe-instance.d.ts
5 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
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