Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/isarray/index.js

var toString = {}.toString;

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