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
/
url-builder.d.ts
3 lines
•
229 B
TypeScript
View Raw
1
2
3
import
{
IFilterOptions
,
IListingBuilder
}
from
"../types"
;
export
declare
function
listingBuilder
(
url
:
string
,
data
:
IListingBuilder
,
filters
?:
IFilterOptions
[],
isOR
?:
boolean
):
string
;
//# sourceMappingURL=url-builder.d.ts.map