@types/redux-seamless-immutable
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

Installation

npm install --save @types/redux-seamless-immutable

Summary

This package contains type definitions for redux-seamless-immutable (https://github.com/eadmundo/redux-seamless-immutable).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-seamless-immutable.

index.d.ts

import { Action, Reducer } from "redux";
import { Immutable } from "seamless-immutable";

export interface SeamlessReducers {
    [reducerName: string]: Reducer<any, any>;
}

export function combineReducers(reducers: SeamlessReducers): Reducer;
export function routerReducer<T extends Reducer>(state: T, action: Action): T;
export function stateTransformer<T>(state: Immutable<T>): T;

Additional Details

Credits

These definitions were written by Leandro Soares.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/redux-seamless-immutable

Weekly Downloads

104

Version

0.4.4

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • types