@types/redux-promise-middleware
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -8,2 +8,2 @@ // Type definitions for redux-promise-middleware | ||
export default function promiseMiddleware(config?: { promiseTypeSuffixes?: string[], promiseTypeSeparator?: string }): Middleware; | ||
export default function promiseMiddleware(config?: { promiseTypeSuffixes?: string[], promiseTypeDelimiter?: string }): Middleware; |
{ | ||
"name": "@types/redux-promise-middleware", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "TypeScript definitions for redux-promise-middleware", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9aae16955324b457aca72d3042dd57bd7ed3290195d829e5d3144aacda16854b", | ||
"typesPublisherContentHash": "49e74043c9ec6faa00117bde667f81a133032c20985379e9c8e77929c05fd9c3", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 18:38:05 GMT | ||
* Last updated: Wed, 04 Apr 2018 18:22:24 GMT | ||
* Dependencies: redux | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2824