twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

index.js (132B)


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