UNPKG

@c11/engine.db

Version:

The engine db

9 lines (8 loc) 188 B
declare function applyPatch(db: any, patch: any, shouldClone: any): { revert: any; changed: { full: never[]; partial: never[]; }; }; export default applyPatch;