is-iterable
Checks if a given object is iterable
Last updated 8 years ago by hemanth .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install is-iterable 
SYNC missed versions from official npm registry.

is-iterable Build Status

Checks if a given object is iterable.

Install

$ npm install --save is-iterable

Usage

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

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

License

MIT © Hemanth.HM

Current Tags

  • 1.1.1                                ...           latest (8 years ago)

5 Versions

  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           10 years ago
  • 1.0.2                                ...           11 years ago
  • 1.0.1                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 2
Last Day 0
Last Week 2
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |