Files
DefinitelyTyped/redux-immutable/index.d.ts
2016-04-27 21:30:22 -07:00

8 lines
296 B
TypeScript

// Type definitions for redux-immutable v3.0.5
// Project: https://github.com/gajus/redux-immutable
// Definitions by: Pedro Pereira <https://github.com/oizie>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export declare function combineReducers(reducers: Object): Object;