forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-12 b444da33c9de750aec3724e8f1cb4efe8775b165
1
2
3
4
5
function isArray(array) {
  return array && array.constructor === 'Array';
}
 
module.exports.isArray = isArray;