UNPKG
@akasuv/rex
Version:
latest (1.1.0)
1.1.0
1.0.0
Rex is an everything toolkit for React.
github.com/akasuv/rex
akasuv/rex
@akasuv/rex
/
lib
/
cjs
/
types
/
actions
/
download.d.ts
3 lines
•
136 B
TypeScript
View Raw
1
2
3
declare
function
download
(
url
:
string
,
filename
:
string
):
Promise
<
void
>;
export
default
download;
//# sourceMappingURL=download.d.ts.map