4
0
mirror of https://gitee.com/dcloud/uni-preset-vue synced 2025-05-03 18:12:55 +08:00
2018-11-18 16:29:14 +08:00

6 lines
132 B
JavaScript

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