UNPKG

@gang-js/core

Version:

a state sharing algorithm

4 lines (3 loc) 113 B
export function readUint32(buffer, start = 0) { return new Uint32Array(buffer.slice(start, start + 4))[0]; }