UNPKG

zustand-middleware-yjs

Version:
5 lines (4 loc) 177 B
import { Change } from "./types"; type Diffable = Record<string, any> | Array<any> | string; export declare const getChanges: (a: Diffable, b: Diffable) => Change[]; export {};