jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

Included enumerable into the type definition #146

Open benthomasknight opened 6 years ago

benthomasknight commented 6 years ago

The type definition is currently missing "enumerable" so I have added it in. I have also reordered the definition to match what the readme has.

Reordered the definition to group by: