File size: 117 Bytes
645859a
 
 
 
1
2
3
4
5
'use strict';

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