/
websites
/
test-project
/
node_modules
/
isarray
/
Upload File
HOME
var toString = {}.toString; module.exports = Array.isArray || function (arr) { return toString.call(arr) == '[object Array]'; };