This website requires JavaScript.
Explore
Help
Sign In
42CTF
/
bot
Watch
3
Star
1
Fork
You've already forked bot
2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
01e10e4506
bot
/
node_modules
/
form-data
/
lib
/
browser.js
3 lines
101 B
JavaScript
Raw
Blame
History
/* eslint-env browser */
module
.
exports
=
typeof
self
==
'object'
?
self
.
FormData
:
window
.
FormData
;
Reference in New Issue
View Git Blame
Copy Permalink