array.wxs 112 Bytes Raw Blame History Permalink 1 2 3 4 5 function isArray(array) { return array && array.constructor === 'Array'; } module.exports.isArray = isArray;