You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
So far as I can tell, TypeSearch only searches packages whose types are defined in DefinitelyTyped. But it's preferable if a package defines and distributes its own types (so that the versions always match).
It would be better if TypeSearch were able to find these packages. For instance, if I type react-mapbox-gl on https://microsoft.github.io/TypeSearch/, nothing comes up, even though that package distributes TypeScript type declarations.
So far as I can tell, TypeSearch only searches packages whose types are defined in DefinitelyTyped. But it's preferable if a package defines and distributes its own types (so that the versions always match).
It would be better if TypeSearch were able to find these packages. For instance, if I type
react-mapbox-glon https://microsoft.github.io/TypeSearch/, nothing comes up, even though that package distributes TypeScript type declarations.There are NPM indices which can do this sort of search, for example:
https://www.pikapkg.com/packages/?q=has:types
or https://www.pikapkg.com/packages/?q=react-mapbox-gl

The arrow indicates that
package.jsonfor that module has atypesproperty. cc @FredKSchott