shuziren/job-seeker/miniprogram-2/miniprogram_npm/@vant/weapp/wxs/array.wxs

6 lines
112 B
Plaintext
Raw Permalink Normal View History

2024-02-29 08:06:26 +00:00
function isArray(array) {
return array && array.constructor === 'Array';
}
module.exports.isArray = isArray;