UNPKG

255 BTypeScriptView Raw
1/// <reference types="w3c-web-serial" />
2import { FlashState, Manifest } from "./const";
3export declare const flash: (onEvent: (state: FlashState) => void, port: SerialPort, manifestPath: string, manifest: Manifest, eraseFirst: boolean) => Promise<void>;