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

Bundle typings with the project #128

Closed dtweedle closed 7 years ago

dtweedle commented 7 years ago

Any chance that we could bundle the typings for this project inside the project itself in a simple index.d.ts file.

As mentioned in a comment from some other issue (can't find it now having looked again), there is an out of date version that is maintained in the Definitely Typed project, wouldn't take much to bring it up to speed and fix some of the smaller problems.