UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

4 lines (3 loc) 199 B
import { EmployeeState } from '../states/employee.state'; import { Actions } from '../actions/employee.action'; export declare function reducer(state: EmployeeState, action: Actions): EmployeeState;