UNPKG

@nimel/directorr

Version:
3 lines (2 loc) 138 B
import { Action } from './types'; export declare function createActionFactory<P = any>(type: string): (payload?: P) => Action<string, P>;