Skip to content

KubaJastrz/find-types

Repository files navigation

Find Types

MIT License Pipeline Validate Status

Complete search engine for TypeScript definitions. Available online at types.kubajastrz.com.

Features

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.

Motivation

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.

Other solutions

Contributing

Pull Requests are always welcome 😃

Setup

Fork the repository, install node dependencies with pnpm and start up the development server.

pnpm install
pnpm dev

License

MIT