3 lines
101 B

1 month ago
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;