As a typescript user, it is really nice to know whether types for a given package are available.
This chrome extension annotates the npm package pages with a 'typescript friendliness' indicator.
| Indicator | Explanation |
|---|---|
| 😍 | Types shipped with the module itself. This means that the types are maintained by the package author(s). This is awesome! |
| 😊 | 3rd party types available via a @types/ package. This is nice! The types can potentially be out of date though. |
| 🤷 | No 1st party or 3rd party types available. |
Chrome: Install from chrome web store.
Firefox: Install add-on: https://addons.mozilla.org/en-US/firefox/addon/typescript-friendly
