UNPKG

@gang-js/core

Version:

a state sharing algorithm

4 lines (3 loc) 100 B
export function stringToBytes(value) { return Uint8Array.from(value, (c) => c.charCodeAt(0)); }