actiontyper
Advanced tools
Comparing version 0.0.2 to 0.0.3
/* ACTION TYPER */ | ||
module.exports = actionTyper = (prefix) => { | ||
module.exports = actionTyper = (prefix = '') => { | ||
return new Proxy({}, { | ||
@@ -5,0 +5,0 @@ get(target, name) { |
{ | ||
"name": "actiontyper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Helper to create less verbose action types", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,6 @@ # Action Typer | ||
Includes optional prefixer | ||
`npm install actiontyper --save` | ||
## Old way | ||
@@ -29,2 +32,2 @@ | ||
` | ||
` | ||
` |
1321
32