Files
iot-bedroom-environment-con…/微信小程序源码/iot-home/node_modules/@vant/weapp/lib/wxs/array.wxs
2026-02-07 23:14:57 +08:00

6 lines
112 B
XML

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