UNPKG

@gang-js/core

Version:

a state sharing algorithm

5 lines (4 loc) 129 B
import { bytesToString } from './bytesToString'; export function bytesTo(value) { return JSON.parse(bytesToString(value)); }