action-typed
Advanced tools
Comparing version
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
declare type ActionTypeMap<T extends { | ||
export declare type ActionTypeMap<T extends { | ||
[key: string]: {}; | ||
@@ -63,0 +63,0 @@ }> = { |
{ | ||
"name": "action-typed", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Better type *safety*, with less actual *typing* for Redux actions", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"watch": "tsc -w", | ||
"build": "tsc", | ||
@@ -8,0 +9,0 @@ "prepublishOnly": "npm run build" |
6244
0.48%