array.wxs 112 Bytes
Newer Older
李嘉林 committed
1 2 3 4 5
function isArray(array) {
  return array && array.constructor === 'Array';
}

module.exports.isArray = isArray;