UNPKG
@oslojs/binary
Version:
latest (1.0.0)
1.0.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Basic primitives for working with binary data
github.com/oslo-project/binary
oslo-project/binary
@oslojs/binary
/
dist
/
big.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
export
declare
function
bigIntBytes
(
value
:
bigint
):
Uint8Array
;
export
declare
function
bigIntFromBytes
(
bytes
:
Uint8Array
):
bigint
;