File "index.js"

Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/isarray/index.js
File size: 132 bytes
MIME-type: text/plain
Charset: utf-8

var toString = {}.toString;

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