WechatOwnerService/node_modules/vant-weapp/lib/wxs/array.wxs
2020-07-09 00:24:49 +08:00

6 lines
112 B
XML

function isArray(array) {
return array && array.constructor === 'Array';
}
module.exports.isArray = isArray;