forked from gzzfw/frontEnd/gzDyh

liyj
2024-09-05 6bbe73072fcb0ee0b7f190e0f3da286518c3d7a0
1
2
3
4
5
function isArray(array) {
  return array && array.constructor === 'Array';
}
 
module.exports.isArray = isArray;