UNPKG

@devexcelsior/memory-merge

Version:

Healing-safe merge utility for reconciling replay snapshots and live UI state during fallback recovery. Used in agentic healing systems to ensure data consistency without loss of user input.

2 lines (1 loc) 109 B
export declare function mergeWithMemory<T extends Record<string, any>>(current: T, snapshot: Partial<T>): T;