UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 116 B
import type { OpAdd, Op } from '../../json-patch/op'; export declare const xAdd: (add: OpAdd, op: Op) => null | Op;