@types/redux-actions
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -166,3 +166,3 @@ // Type definitions for redux-actions 2.2 | ||
export function createActions<Payload>( | ||
actionMap: ActionMap<Payload, any>, | ||
actionMapOrIdentityAction: ActionMap<Payload, any> | string, | ||
...identityActions: string[] | ||
@@ -169,0 +169,0 @@ ): { |
{ | ||
"name": "@types/redux-actions", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "TypeScript definitions for redux-actions", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e43b10dac72d3cefcc0d8dc931e5c100ed79e682bbfa7307fe4da7a788576892", | ||
"typesPublisherContentHash": "297fc1ef0c28c17bf5c221e861f94c427425c5c1a9bd5eb64ab82b45be26b544", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 22 Nov 2017 18:02:14 GMT | ||
* Last updated: Thu, 15 Feb 2018 22:07:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: ReduxActions |
Sorry, the diff of this file is not supported yet
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
9002