UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 127 B
import type { OpMove, Op } from '../../json-patch/op'; export declare const xMove: (move: OpMove, op: Op) => null | Op | Op[];