/TypeSearch

Primary LanguageTypeScript

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