UNPKG

168 BTypeScriptView Raw
1import { IStateProgram, ActionsUnion } from "../types";
2export declare const programReducer: (state: IStateProgram | undefined, action: ActionsUnion) => IStateProgram;