UNPKG

tasmota-esp-web-tools

Version:
4 lines (3 loc) 212 B
import { ESPLoader } from "tasmota-webserial-esptool"; import type { BaseFlashState } from "../const"; export declare const getChipFamilyName: (esploader: ESPLoader) => NonNullable<BaseFlashState["chipFamily"]>;