filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/lib/wxs/array.wxs
2023-09-21 10:23:31 +08:00

6 lines
112 B
XML

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