is-array-x

v2.1.2
Determines whether the passed value is an Array.
Array isArray module javascript nodejs browser

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

is-array-x

Determines whether the passed value is an Array.

module.exportsboolean

The isArray() function determines whether the passed value is an Array.

Kind: Exported member
Returns: boolean - true if the object is an Array; otherwise, false.

Param Type Description
obj * The object to be checked..

Example

import isArray from 'is-array-x';

console.log(isArray([])); // true
console.log(isArray({})); // false
npm i is-array-x

Metadata

  • MIT
  • >=8.11.4
  • Graham Fairweather
  • released 8/28/2019

Downloads

Maintainers