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
List Globally Installed NPM Libraries Read tip
List All Containers in a Network by Name Read tip
Print Your Environment Read tip