# is-typed

> Check for the existence of TypeScript typings definitions for npm packages.

Latest version **1.0.1** (published 2018-06-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-typed
pnpm add is-typed
yarn add is-typed
bun add is-typed
```

Provides the command `has-types`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-06-20 |
| First published | 2018-06-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 2 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Colby Sieber |
| Maintainers | casieber |

## Links

- npm: https://www.npmjs.com/package/is-typed
- Repository: https://github.com/casieber/is-typed
- Homepage: https://github.com/casieber/is-typed#readme
- Issues: https://github.com/casieber/is-typed/issues
- npm.io page: https://npm.io/package/is-typed

## Dependencies (2)

- [es6-promise](https://npm.io/package/es6-promise.md) ^4.2.4
- [isomorphic-fetch](https://npm.io/package/isomorphic-fetch.md) ^2.2.1

## Recent versions

- 1.0.1 (latest) — 2018-06-20
- 1.0.0 — 2018-06-19

## README

# is-typed

[![npm](https://img.shields.io/npm/v/is-typed.svg)](https://www.npmjs.com/package/is-typed)
[![GitHub license](https://img.shields.io/github/license/casieber/is-typed.svg)](https://github.com/casieber/is-typed/blob/master/LICENSE.txt)

Check for the existence of TypeScript typings definitions for npm packages.

The tool which check both for typings bundled with a package and for `@types` typings.

## Installation

```bash
npm install -g is-typed
```

## Usage

Using the tool is as simple as providing a list of packages to the cli.

```bash
is-typed <package>...
```

For instance:

```bash
# Check if typings exist for React
is-typed react

# Check if typings exist for redux and mobx
is-typed redux mobx
```

---
_Source: https://npm.io/package/is-typed · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
