UNPKG

1.21 kBMarkdownView Raw
1# Known Typings
2
3This is a list of all known typings specific to the Ember.js ecosystem. (You'll of
4course find many other modules with their own typings out there.)
5
6Don't see an addon you use listed here? You might be the one to write them! Check
7out [this blog post] or [this quest issue] for tips on how to do it, and feel free
8to ask for help in the `#e-typescript` channel on the [Ember Community Discord server].
9
10[this blog post]: http://www.chriskrycho.com/2017/typing-your-ember-part-5.html
11[this quest issue]: https://github.com/typed-ember/ember-typings/issues/14
12[Ember Community Discord server]: https://discord.gg/zT3asNS
13
14## Integrated in the addon
15
16(Someday soon this list should get _long and awesome_! Help us make it happen!)
17
18* [ember-test-friendly-error-handler](https://github.com/rwjblue/ember-test-friendly-error-handler)
19* [True Myth](https://github.com/chriskrycho/true-myth)
20
21## DefinitelyTyped (`@types`)
22
23For addons which do not have types shipped with the addon directly, you may be find them on DefinitelyTyped:
24
25* `@types/ember-data`
26* `@types/ember-mocha`
27* `@types/ember-qunit`
28* `@types/ember-test-helpers`
29* `@types/ember-testing-helpers`
30* `@types/ember`
31* `@types/rsvp`