get
get<
S>():State<S,S>
Defined in: Core/State.ts:47
Produces the current state as the value, without modifying it.
Type Parameters
Section titled “Type Parameters”S
Returns
Section titled “Returns”State<S, S>
get<
S>():State<S,S>
Defined in: Core/State.ts:47
Produces the current state as the value, without modifying it.
S
State<S, S>