bound-decorator
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bound-decorator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Decorator for creating bound methods", | ||
@@ -5,0 +5,0 @@ "main": "src/bound.js", |
@@ -29,2 +29,4 @@ # @bound decorator | ||
```js | ||
import bound from 'bound-decorator' | ||
@bound | ||
@@ -31,0 +33,0 @@ handleClick() {} |
3824
65