UNPKG
@bitgo-forks/avalanchejs
Version:
latest (4.1.0-alpha.1)
master (4.1.0-alpha.3)
4.1.0-alpha.3
4.1.0-alpha.2
4.1.0-alpha.1
Avalanche Platform JS Library
github.com/BitGo/avalanchejs
BitGo/avalanchejs
@bitgo-forks/avalanchejs
/
dist
/
utils
/
devutils.d.ts
4 lines
•
217 B
TypeScript
View Raw
1
2
3
4
export
declare
const
printJSON
:
(
obj
:
any
) =>
void
;
export
declare
const
printDeep
:
(
obj
:
any
) =>
void
;
export
declare
const
printHex
:
(
bytes
:
Uint8Array
,
name
?:
string
) =>
void
;
//# sourceMappingURL=devutils.d.ts.map