5 lines
101 B
Text
5 lines
101 B
Text
/*
|
|
* @flow
|
|
*/
|
|
|
|
export default (typeof FormData !== 'undefined' ? FormData : require('form-data'));
|