UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

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