UNPKG

@gang-js/core

Version:

a state sharing algorithm

4 lines (3 loc) 108 B
export function bytesToString(value) { return String.fromCharCode.apply(null, new Uint8Array(value)); }