xml_rpc/demo_老组件测试/miniprogram_npm/@vant/weapp/wxs/array.wxs

6 lines
112 B
Plaintext
Raw Normal View History

2025-02-13 19:43:29 +08:00
function isArray(array) {
return array && array.constructor === 'Array';
}
module.exports.isArray = isArray;