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)