UNPKG

@oslojs/binary

Version:

Basic primitives for working with binary data

6 lines (5 loc) 290 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"; export type { ByteOrder } from "./uint.js";