UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

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