Skip to content

Commit dc2ff2a

Browse files
authored
Merge pull request #65 from typed-ember/known-typings
Known typings
2 parents fe59313 + c9dcf39 commit dc2ff2a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

known-typings.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Known Typings
2+
3+
This is a list of all known typings specific to the Ember.js ecosystem. (You'll of
4+
course find many other modules with their own typings out there.)
5+
6+
Don't see an addon you use listed here? You might be the one to write them! Check
7+
out [this blog post] or [this quest issue] for tips on how to do it, and feel free
8+
to ask for help in the [Ember Community Slack] ([get an invite]).
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 Slack]: https://embercommunity.slack.com/
13+
[get an invite]: https://ember-community-slackin.herokuapp.com/
14+
15+
## Integrated in the addon
16+
17+
18+
19+
## DefinitelyTyped (`@types`)
20+
21+
For addons which do not have types shipped with the addon directly, you may be
22+
able

0 commit comments

Comments
 (0)