Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 313 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 313 Bytes

Decorators

This is a collection of ES7 decorators, and should be useful for a variety of situations.

There are a few caveats, and you need to make sure you understand them before you use these decorators. Firstly they are only useful if you have a transpiler with support for decorators, as one might suspect.