UNPKG

mutative

Version:

A JavaScript library for efficient immutable updates

3 lines (2 loc) 182 B
import { Patches, ProxyDraft } from './interface'; export declare function generatePatches(proxyState: ProxyDraft, basePath: any[], patches: Patches, inversePatches: Patches): void;