UNPKG

@webreflection/coincident

Version:

An Atomics based Proxy to simplify, and synchronize, Worker related tasks

8 lines (4 loc) 185 B
import createEncoder from '../utils/encoder.js'; const { stringify } = JSON; export const encode = value => stringify(value); export const encoder = createEncoder(stringify);