Repository URL to install this package:
|
Version:
0.6.0 ▾
|
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;