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
/
bytesCompare.d.ts
3 lines
•
205 B
TypeScript
View Raw
1
2
3
export
declare
const
bytesCompare
:
(
a
:
Uint8Array
,
b
:
Uint8Array
) =>
number
;
export
declare
const
bytesEqual
:
(
bytes1
:
Uint8Array
,
bytes2
:
Uint8Array
) =>
boolean
;
//# sourceMappingURL=bytesCompare.d.ts.map