Skip to content

hemanth/is-iterable

Repository files navigation

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

About

Checks if a given object is iterable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •