* Reads the state tree managed by the store. * * @returns The current state tree of your application.
()
| 117 | * @returns The current state tree of your application. |
| 118 | */ |
| 119 | getState(): S & StateExt |
| 120 | |
| 121 | /** |
| 122 | * Adds a change listener. It will be called any time an action is |
no outgoing calls
no test coverage detected