UNPKG

@oslojs/binary

Version:

Basic primitives for working with binary data

5 lines (4 loc) 246 B
export { bigEndian, littleEndian } from "./uint.js"; export { compareBytes, concatenateBytes, DynamicBuffer } from "./bytes.js"; export { rotl32, rotr32, rotl64, rotr64 } from "./bits.js"; export { bigIntBytes, bigIntFromBytes } from "./big.js";