2.1.4 • Published 6 months ago

@types/redux-immutable-state-invariant v2.1.4

Weekly downloads
12,217
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for redux-immutable-state-invariant 2.1
// Project: https://github.com/leoasis/redux-immutable-state-invariant
// Definitions by: Remo H. Jansen <https://github.com/remojansen>
//                 Ben Rogers <https://github.com/highflying>
//                 Mihai Dinculescu <https://github.com/mihai-dinculescu>
//                 Nick Galloway <https://github.com/blackarctic>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

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: Thu, 08 Jul 2021 22:41:51 GMT
  • Dependencies: @types/redux
  • Global values: none

Credits

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

2.1.4

6 months ago

2.1.3

7 months ago

2.1.2

3 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

6 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.30

7 years ago

1.2.29

8 years ago

1.2.28

8 years ago

1.2.27-alpha

8 years ago

1.2.25-alpha

8 years ago

1.2.24-alpha

8 years ago

1.2.23-alpha

8 years ago

1.2.22-alpha

8 years ago

1.2.21-alpha

8 years ago

1.2.20-alpha

8 years ago

1.2.15-alpha

8 years ago

1.2.14-alpha

8 years ago