Newer
Older
smartKitchenMiniProgram / miniprogram_npm / @vant / weapp / wxs / array.wxs
dutingting on 22 Nov 2022 112 bytes 1.0.1
function isArray(array) {
  return array && array.constructor === 'Array';
}

module.exports.isArray = isArray;