4
0
mirror of https://gitee.com/dcloud/uni-preset-vue synced 2025-05-18 09:04:04 +08:00
2018-11-18 15:15:00 +08:00

6 lines
132 B
JavaScript

var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};