UNPKG

esp-web-tools

Version:

Web tools for ESP devices

5 lines (4 loc) 179 B
import "./flash-log"; import "./flash-progress"; import type { InstallButton } from "./install-button"; export declare const startFlash: (button: InstallButton) => Promise<void>;