EpicStore<State> constructor

EpicStore<State>(
  1. Store<State> _store
)

Implementation

EpicStore(this._store);