UNPKG

@datorama/akita

Version:

A Reactive State Management Tailored-Made for JS Applications

10 lines (9 loc) 136 B
/** * @internal * * @example * * getValue(state, 'todos.ui') * */ export declare function getValue(obj: any, prop: string): any;