@toit/esptool.js
Version:
TypeScript port of the esptool
15 lines • 351 B
TypeScript
export declare type Stub = {
text: Uint8Array;
textStart: number;
data: Uint8Array;
dataStart: number;
entry: number;
};
export declare class ESP32 {
static text: Uint8Array;
static textStart: number;
static entry: number;
static data: Uint8Array;
static dataStart: number;
}
//# sourceMappingURL=stubs.d.ts.map