isururana's picture
Added node.js AI Mastering module
75ee606 verified
raw
history blame
101 Bytes
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;