UNPKG
@9wick/esptool.js
Version:
latest (0.9.5)
0.9.5
0.9.3
0.9.1
TypeScript/Nodejs port of the esptool
github.com/9wick/esptool.js
9wick/esptool.js
@9wick/esptool.js
/
build
/
node
/
util.d.ts
5 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
/// <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