index.js 120 Bytes Edit Raw Blame History 1 2 3 module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; };