updux/dist/buildUpreducer/index.d.ts

4 lines
224 B
TypeScript
Raw Normal View History

2019-10-24 15:52:36 +00:00
import { Dictionary, Mutation, Upreducer } from '../types';
declare function buildUpreducer<S>(initial: S, mutations: Dictionary<Mutation<S>>): Upreducer<S>;
export default buildUpreducer;
//# sourceMappingURL=index.d.ts.map