forked from gzzfw/frontEnd/gzDyh

liyj
2024-08-31 ddb82fadc050833c0e5e7603d5993e000776fbcf
1
2
3
4
5
function isArray(array) {
  return array && array.constructor === 'Array';
}
 
module.exports.isArray = isArray;