microsoft / TypeSearch

368 stars 52 forks source link

Deprecated

Replaced by https://www.typescriptlang.org/dt/search


A web-based search for @types/* packages.

When using TypeScript an easy way to install library Type Definitions is using "@types" npm packages.

View the running site: http://microsoft.github.io/TypeSearch.

Run locally

npm i
npm run build
gulp serve --port 8080

Publish

gulp publish