UNPKG

@webreflection/coincident

Version:

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

8 lines (4 loc) 215 B
import { stringify } from '@ungap/structured-clone/json'; import createEncoder from '../utils/encoder.js'; export const encode = value => stringify(value); export const encoder = createEncoder(stringify);