mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 12:33:38 +08:00
8 lines
296 B
TypeScript
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;
|