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

2.1.4 • Public • Published

Installation

npm install --save @types/redux-immutable-state-invariant

Summary

This package contains type definitions for redux-immutable-state-invariant (https://github.com/leoasis/redux-immutable-state-invariant).

Details

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

index.d.ts

import * as Redux from "redux";

interface immutableStateInvariantMiddlewareOptions {
    isImmutable?: ((value: any) => boolean) | undefined;
    ignore?: string[] | undefined;
}
type immutableStateInvariantMiddlewareInterface = (
    options?: immutableStateInvariantMiddlewareOptions,
) => Redux.Middleware;
declare let immutableStateInvariantMiddleware: immutableStateInvariantMiddlewareInterface;
export default immutableStateInvariantMiddleware;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: redux

Credits

These definitions were written by Remo H. Jansen, Ben Rogers, Mihai Dinculescu, and Nick Galloway.

Dependents (4)

Package Sidebar

Install

npm i @types/redux-immutable-state-invariant

Weekly Downloads

5,748

Version

2.1.4

License

MIT

Unpacked Size

4.35 kB

Total Files

5

Last publish

Collaborators

  • types