UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 106 B
import type { JsonOp } from './types'; export declare const apply: (doc: unknown, op: JsonOp) => unknown;