twitst4tz

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

browser.js (101B)


      1 /* eslint-env browser */
      2 module.exports = typeof self == 'object' ? self.FormData : window.FormData;