UNPKG
tasmota-esp-web-tools
Version:
latest (8.1.8)
8.1.8
8.1.7
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
Web tools for ESP devices
github.com/Jason2866/esp-web-tools
Jason2866/esp-web-tools
tasmota-esp-web-tools
/
dist
/
util
/
file-download.d.ts
3 lines
(2 loc)
•
156 B
TypeScript
View Raw
1
2
3
export
declare
const
fileDownload
:
(
href
:
string
,
filename
?:
string
) =>
void
;
export
declare
const
textDownload
:
(
text
:
string
,
filename
?:
string
) =>
void
;