UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

2 lines (1 loc) 85 B
export declare type ActionFunctionType<P = {} | void> = (...rest) => Promise<P> | P;