Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

unctionjs/isIterable

Repository files navigation

@unction/isIterable

DEPRECATED: See https://github.com/unctionjs/isEnumerable

Tests Stability Dependencies

mixed -> boolean

Takes any value and then any value and returns an array containing those values.

isIterable({}) // => true
isIterable([]) // => true
isIterable("") // => true
isIterable(1) // => false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published