Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / wxs / array.wxs
zhout on 4 Mar 2021 112 bytes first commit
function isArray(array) {
  return array && array.constructor === 'Array';
}

module.exports.isArray = isArray;