@types/redux-actions
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -61,2 +61,6 @@ // Type definitions for redux-actions 1.2 | ||
export function createAction( | ||
actionType: string | ||
): ActionFunction0<Action<void>>; | ||
export function createAction<Payload>( | ||
@@ -89,3 +93,3 @@ actionType: string, | ||
actionType: string | ||
): ActionFunctionAny<Action<Payload>>; | ||
): ActionFunction1<Payload, Action<Payload>>; | ||
@@ -92,0 +96,0 @@ export function createAction<Payload, Meta>( |
{ | ||
"name": "@types/redux-actions", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "TypeScript definitions for redux-actions", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f587dccf68db63e6d9bb988a51f2e4047066c403836fce4bc59fec786a9e938b", | ||
"typesPublisherContentHash": "c02fb3982b9380dd973a61ec4c75cf11b77cbc830bd23d1f844c634bdc68e77a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 02 Jun 2017 14:56:33 GMT | ||
* Last updated: Wed, 07 Jun 2017 16:40:10 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
99
6941