packages/core/src/lib/services/store/ngrx_kit.ts
A function that takes an Action and a State, and returns a State. See createReducer.
Action
State
createReducer
[state: T | undefined, action: V]
T