is-array
Check if the given value is an Array
Last updated 11 years ago by retrofox .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install is-array 
SYNC missed versions from official npm registry.
jepso-ci status # isArray

Check if the given value is an Array.

Installation

$ component install yields/isArray

API

isArray(val)

isArray(arguments);
// > false
isArray();
// > false
isArray([]);
// > true

License

MIT

Current Tags

  • 1.0.1                                ...           latest (11 years ago)

1 Versions

  • 1.0.1                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |