JSMicro - Is Array
isArray(object)
Check does the given Javascript Object (array, object, string, etc) is an array.
isNotArray(object)
Check does the given Javascript Array (array, object, string, etc) is not an array.
Browser Usage
bower install --save jsmicro-is-array
NodeJS Usage
npm install --save jsmicro-is-array
const obj = ; // Available in the global object.; // true; // false; // true // Also available in the export object.obj
Changelogs
v1.0.1 - May 21, 2016
- Added .npmignore
v1.0.0 - May 19, 2016
- Initial release.