Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add metadata for whether a library has TypeScript types #309

Open
3 tasks
brentvatne opened this issue May 26, 2020 · 1 comment
Open
3 tasks

Add metadata for whether a library has TypeScript types #309

brentvatne opened this issue May 26, 2020 · 1 comment

Comments

@brentvatne
Copy link
Contributor

brentvatne commented May 26, 2020

Should we differentiate between libraries that have "typings" and those that are written in TypeScript? Does that matter?

TODO

  • Add to schema and README
  • Maybe add a filter?
  • Display in the library UI
@mrousavy
Copy link
Member

Well it would be useful to know if there are types in the DefinitelyTyped repository which have to be extra installed as a dev dependency (npm i @types/react-native-some-library -D), or if the types are already inside the library (.d.ts).

@Simek Simek self-assigned this Jul 24, 2020
@Simek Simek removed their assignment Jul 29, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants