use-global-hook
Advanced tools
Comparing version
{ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "src/core/index.js", | ||
"name": "use-global-hook", | ||
"repository": "github:andregardi/use-global-hook", | ||
"type":"module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"author": "andregardi" | ||
} |
@@ -124,3 +124,3 @@ # use-global-hook | ||
const otherAction( | ||
const otherAction = ( | ||
store: Store<MyState, MyAssociatedActions>, | ||
@@ -127,0 +127,0 @@ other: boolean |
7206
22.74%11
266.67%91
65.45%Yes
NaN