forked from gzzfw/frontEnd/gzDyh

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