UNPKG

@gang-js/core

Version:

a state sharing algorithm

4 lines (3 loc) 115 B
export function setBytes(buffer, offset, value) { new Uint8Array(buffer).set(new Uint8Array(value), offset); }