// Type definitions for react-router-redux v1.2.0 // Project: https://github.com/leoasis/redux-immutable-state-invariant // Definitions by: Remo H. Jansen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare module "redux-immutable-state-invariant" { type isImmutableDefault = (value: any) => boolean; type immutableStateInvariantMiddlewareInterface = (isImmutable?: isImmutableDefault) => Redux.Middleware; let immutableStateInvariantMiddleware: immutableStateInvariantMiddlewareInterface; export = immutableStateInvariantMiddleware; }