mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed reference in test and add comments based on contribution
This commit is contained in:
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// 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/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "redux-immutable" {
|
||||
export function combineReducers(reducers : Object): Object;
|
||||
}
|
||||
Reference in New Issue
Block a user