WaitEvaluator
Overview
Type: type
Type definition of the evaluator function that is used in the .wait
method of all State Managers.
This should be a pure function.
type WaitEvaluator<State> = (currentState: State, defaultState: State) => boolean