Complete search engine for TypeScript definitions. Available online at types.kubajastrz.com.
Current list of supported features:
- npm package search with convenient autosuggestions
- brief package details with links to npm registry and source code repository
- direct link to package living in a monorepo (such as DefinitelyTyped)
- deprecated
@types
package warning - URL query (
/package/<package>
) for custom in-browser search engines
Is there anything missing you'd like to see? File an issue.
I've often struggled with following questions:
- Does this npm package provide its own definitions?
- Or maybe I need to install a separate DefinitelyTyped package?
- Is this
@types
package up-to-date with the source code?
Official TypeSearch website only lists @types
packages
from DefinitelyTyped repository and doesn't
have a lot of quality of life features.
- TypeSearch - official search engine for DefinitelyTyped packages
- TypeSync - scan your
package.json
and install missing@types
- Types auto installer -
VSCode extension for installing/uninstalling
@types
- @yarnpkg/plugin-typescript -
automatically install
@types
when adding a new dependency withyarn@berry
Pull Requests are always welcome 😃
Fork the repository, install node dependencies with pnpm
and start up the development server.
pnpm install
pnpm dev