$ gnpm install is-array
Check if the given value is an Array.
value
Array
$ component install yields/isArray
isArray(arguments); // > false isArray(); // > false isArray([]); // > true
MIT
Copyright 2013 - present © cnpmjs.org | Home |