# ![Typings](https://cdn.rawgit.com/typings/typings/master/logo.svg) [![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] [![Build status][travis-image]][travis-url] [![Gitter][gitter-image]][gitter-url] > The TypeScript Definition Manager. ## Quick Start ```sh # Install Typings CLI utility. npm install typings --global # Search for definitions. typings search tape # Find a definition by name. typings search --name react # If you use the package as a module: # Install non-global typings (defaults to "npm" source, configurable through `defaultSource` in `.typingsrc`). typings install debug --save # If you use the package through `