File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# decorators-es6
2
- Decorators for es6+, with promise support
2
+ Decorators for es6+, with promise support(Async support)
3
3
### Install
4
4
```
5
5
npm install decorators-es6
@@ -18,6 +18,7 @@ yarn add decorators-es6
18
18
* Easy to use as decorator in es6
19
19
* Promise support
20
20
* Decorated function return value in promise chain
21
+ * Async(work with async as promise)
21
22
22
23
### Warning
23
24
For use this package your app need to support these features(Babel or Polyfills):
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " decorators-es6" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Useful decorators for es6+, with promise support" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
29
29
" memoize" ,
30
30
" memoize-es6" ,
31
31
" throttle" ,
32
- " throttle-es6"
32
+ " throttle-es6" ,
33
+ " async"
33
34
]
34
35
}
You can’t perform that action at this time.
0 commit comments