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