You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 line
221 B

  1. {"ast":null,"code":"// 7.2.2 IsArray(argument)\nvar cof = require('./_cof');\n\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};","map":null,"metadata":{},"sourceType":"script"}