# is-iterable

> Checks if a given object is iterable

Latest version **1.1.1** (published 2017-12-18) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2017-12-18 |
| First published | 2015-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/is-iterable) |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Hemanth.HM |
| Maintainers | derhuerst, hemanth |
| Keywords | es6, check, iterable |

## Links

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

## Recent versions

- 1.1.1 (latest) — 2017-12-18
- 1.1.0 — 2016-02-19
- 1.0.2 — 2015-07-06
- 1.0.1 — 2015-07-06
- 1.0.0 — 2015-07-06

## README

# is-iterable [![Build Status](https://travis-ci.org/hemanth/is-iterable.svg?branch=master)](https://travis-ci.org/hemanth/is-iterable)

> Checks if a given object is iterable.


## Install

```
$ npm install --save is-iterable
```

## Usage

```js
var isIterable = require('is-iterable');

isIterable([]); // true
isIterable({}); // false
```

## License

MIT © [Hemanth.HM](http://h3manth.com)

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