Improvement
• 1 minute read

npm displays links to DefinitelyTyped packages

Summary

The npm registry will now display a link to the TypeScript type definitions for a package when those definitions exist in a separate package. If a package has a corresponding…

The npm registry will now display a link to the TypeScript type definitions for a package when those definitions exist in a separate package. If a package has a corresponding DefinitelyTyped package, an icon will link to that package that contains the definitions.

Package with DefinitelyTyped type definitions

This change will help developers know which packages have TypeScript type definitions available.

Back to top