UNPKG

@cervello/react

Version:

🤯 Simple, reactive, tiny and performant state-management library

3 lines (2 loc) • 214 B
import type { CacheableSubject } from '../utils/subject'; export declare function proxifyStore<T>(store$$: CacheableSubject<T>, objectToProxify: T, proxiedNestedObjectMap: any, shouldProxifyNestedObj: boolean): T;