Blame view

src/ui/vant-weapp/wxs/array.wxs 112 Bytes
simon committed
1 2 3 4 5
function isArray(array) {
  return array && array.constructor === 'Array';
}

module.exports.isArray = isArray;