mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
8 lines
328 B
TypeScript
8 lines
328 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
|
|
|
|
declare module "redux-immutable" {
|
|
export function combineReducers(reducers : Object): Object;
|
|
} |