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
/
manifest.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
import
{
Manifest
}
from
"../const"
;
export
declare
const
downloadManifest
:
(
manifestPath
:
string
) =>
Promise
<
Manifest
>;