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