Skip to content

TypeScript Declarations for NPM Packages

View on Twitter

💡 You can tell if a library ships with @TypeScript type declarations by the icon next to its name in @npmjs

TS = ships with declarations, no need to install types separately
DT = declarations available at @types/... (icon links to declarations package)

Screenshot of Vue package in NPM showing TS icon next to its name with the text: "This package contains built-in TypeScript declarations." Screenshot of Express package in NPM showing DT icon next to its name with the text: "This package has TypeScript declarations provided by @types/express"
You might also like
Use Native Promises With Node.js fs Module Read tip
Debug Requests Using a Mirror API Read tip
Practical Guide to Amazon Web Services Read tip