4.0.6 • Published 2 years ago
@types/redux-immutable v4.0.6
Installation
npm install --save @types/redux-immutable
Summary
This package contains type definitions for redux-immutable (https://github.com/gajus/redux-immutable).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-immutable.
index.d.ts
// Type definitions for redux-immutable v4.0.0
// Project: https://github.com/gajus/redux-immutable
// Definitions by: Sebastian Sebald <https://github.com/sebald>
// Gavin Gregory <https://github.com/gavingregory>
// Kanitkorn Sujautra <https://github.com/lukyth>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { ReducersMapObject, Reducer, Action } from 'redux';
import { Collection, Record } from 'immutable';
export declare function combineReducers<S, A extends Action, T>(reducers: ReducersMapObject<S, A>, getDefaultState?: () => Collection.Keyed<T, S>): Reducer<S, A>;
export declare function combineReducers<S, A extends Action>(reducers: ReducersMapObject<S, A>, getDefaultState?: () => Collection.Indexed<S>): Reducer<S, A>;
export declare function combineReducers<S>(reducers: ReducersMapObject<S, any>, getDefaultState?: () => Collection.Indexed<S>): Reducer<S>;
export declare function combineReducers<S, T extends object>(reducers: ReducersMapObject<S, any>, getDefaultState?: Record.Factory<T>): Reducer<S>;
Additional Details
- Last updated: Mon, 21 Mar 2022 20:01:48 GMT
- Dependencies: @types/redux, @types/immutable
- Global values: none
Credits
These definitions were written by Sebastian Sebald, Gavin Gregory, and Kanitkorn Sujautra.
3.0.43
2 years ago
3.0.41
2 years ago
3.0.42
2 years ago
4.0.5
2 years ago
4.0.4
2 years ago
4.0.6
2 years ago
4.0.3
3 years ago
3.0.40
3 years ago
4.0.2
3 years ago
4.0.1
6 years ago
4.0.0
7 years ago
3.0.39
7 years ago
3.0.38
8 years ago
3.0.37
8 years ago
3.0.36
8 years ago
3.0.35
8 years ago
3.0.34
8 years ago
3.0.33
8 years ago
3.0.32
8 years ago
3.0.31
9 years ago
3.0.30
9 years ago
3.0.29
9 years ago
3.0.28
9 years ago
3.0.27
9 years ago
3.0.26-alpha
9 years ago
3.0.25-alpha
9 years ago
3.0.24-alpha
9 years ago
3.0.23-alpha
9 years ago
3.0.22-alpha
9 years ago
3.0.21-alpha
9 years ago
3.0.20-alpha
9 years ago
3.0.15-alpha
9 years ago
3.0.14-alpha
9 years ago