@types/redux-actions
Advanced tools
Comparing version 0.8.32 to 0.8.33
@@ -47,2 +47,7 @@ // Type definitions for redux-actions v0.8.0 | ||
export function handleAction<StateAndPayload>( | ||
actionType: { toString: () => string }, | ||
reducer: Reducer<StateAndPayload, StateAndPayload> | ReducerMap<StateAndPayload, StateAndPayload> | ||
): Reducer<StateAndPayload, StateAndPayload>; | ||
export function handleAction<State, Payload>( | ||
@@ -58,2 +63,7 @@ actionType: { toString(): string }, | ||
export function handleActions<StateAndPayload>( | ||
reducerMap: ReducerMap<StateAndPayload, StateAndPayload>, | ||
initialState?: StateAndPayload | ||
): Reducer<StateAndPayload, StateAndPayload>; | ||
export function handleActions<State, Payload>( | ||
@@ -60,0 +70,0 @@ reducerMap: ReducerMap<State, Payload>, |
{ | ||
"name": "@types/redux-actions", | ||
"version": "0.8.32", | ||
"version": "0.8.33", | ||
"description": "TypeScript definitions for redux-actions v0.8.0", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "229feaecb3a32ab2709921fd7c25be23c80e8b4d06ebb52855def6cec55d1821" | ||
"typesPublisherContentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 14 Nov 2016 19:35:02 GMT | ||
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -24,3 +24,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "229feaecb3a32ab2709921fd7c25be23c80e8b4d06ebb52855def6cec55d1821" | ||
"contentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329" | ||
} |
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
4754
84