UNPKG

syncbasestore

Version:

Lightweight reactive store with built-in filtering and async state handling

2 lines (1 loc) 72 B
export declare function deepMerge<T>(target: T, source: Partial<T>): T;