Comment on Show HN: ES7 Decorator library adds types checking, memoization, and more to JSparentComments−thomasfoster9611yI know they're not the same, but I'd love to be able to use some of the thins I can use with decorators, but on plain objects.−eltaco11yYou can also use them on class declarations themselves and object literals - https://github.com/wycats/javascript-decorators#object-liter...
Comments
I know they're not the same, but I'd love to be able to use some of the thins I can use with decorators, but on plain objects.
You can also use them on class declarations themselves and object literals - https://github.com/wycats/javascript-decorators#object-liter...