UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 226 B
import type { Operation } from '../types'; import type { ApplyPatchOptions, PatchResult } from './types'; export declare function applyPatch(doc: unknown, patch: readonly Operation[], options: ApplyPatchOptions): PatchResult;