UNPKG

deep-state-observer

Version:

Deep state observer is an state management library that will fire listeners only when specified object node (which also can be a wildcard) was changed.

5 lines (4 loc) 164 B
export default class ObjectPath { static get(path: string[], obj: any, create?: boolean): any; static set(path: string[], value: any, obj: any): any; }