npm Types
Display the TypeScript types status for any npm package.
Show whether a package includes TypeScript types or has types available via DefinitelyTyped.
GET/npm/types/:package.svg
Path Parameters
required

URL format
/npm/types/{package}.svg
Examples



Type status values
| Value | Meaning |
|---|---|
bundled | Package includes its own TypeScript definitions |
@types/{pkg} | Types available via DefinitelyTyped |
none | No TypeScript types available |
Styling examples
<!-- Blue theme for TypeScript -->

<!-- With TypeScript logo -->

<!-- Branded variant -->

Data source
Uses registry.npmjs.org. No API key required. Cached 1 hour.