UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 95 B
import { type Patch } from './str'; export declare const cleanupPatch: (patch: Patch) => void;