UNPKG

syncbasestore

Version:

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

4 lines (3 loc) 228 B
export declare function getValueAtPath(obj: any, path: string): any; export declare function setValueAtPath(obj: any, path: string, value: any): any; export declare function setDeepValue<T>(obj: T, path: string, value: any): T;