UNPKG

@9wick/esptool.js

Version:

TypeScript/Nodejs port of the esptool

5 lines 229 B
/// <reference types="node" /> export declare function atobuff(base64: string): Buffer; export declare function atob(base64: string): string; export declare function btoa(ascii: string): string; //# sourceMappingURL=util.d.ts.map