UNPKG

@oslojs/binary

Version:

Basic primitives for working with binary data

3 lines (2 loc) 132 B
export declare function bigIntBytes(value: bigint): Uint8Array; export declare function bigIntFromBytes(bytes: Uint8Array): bigint;