• File: browser.js
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/form-data/lib/browser.js
  • Date Modified: 10/26/1985 3:15 PM
  • File size: 101 bytes
  • MIME-type: text/plain
  • Charset: utf-8
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;