All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.isarray.index.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
var toString = {}.toString;

module.exports = Array.isArray || function (arr) {
  return toString.call(arr) == '[object Array]';
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy