UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 116 B
import type { BinaryOp } from './types'; export declare const apply: (val: Uint8Array, op: BinaryOp) => Uint8Array;