
Company News
Socket Named to Rising in Cyber 2026 List of Top Cybersecurity Startups
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.
@types/redux-immutable
Advanced tools
TypeScript definitions for redux-immutable
npm install --save @types/redux-immutable
This package contains type definitions for redux-immutable (https://github.com/gajus/redux-immutable).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-immutable.
import { Collection, Record } from "immutable";
import { Action, Reducer, ReducersMapObject } from "redux";
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>;
These definitions were written by Sebastian Sebald, Gavin Gregory, and Kanitkorn Sujautra.
FAQs
TypeScript definitions for redux-immutable
The npm package @types/redux-immutable receives a total of 13,811 weekly downloads. As such, @types/redux-immutable popularity was classified as popular.
We found that @types/redux-immutable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.

Security News
A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries.