UNPKG

@ngrx-utils/effects

Version:

Utilities to help reduce your code boilerplate when working with @ngrx/effects

5 lines (4 loc) 136 B
import { Action } from '@ngrx/store'; export declare type ActionType<T extends Action = Action> = { new (...args: any[]): T; };