UNPKG

@dependable/session

Version:

Save and restore @dependable/state to the session storage

6 lines 185 B
export function createPatch(current: any, next: any): { u: any; d: string; }; export function applyPatch(current: any, patch: any): any; //# sourceMappingURL=objectDiff.d.ts.map