Spaces:
Runtime error
Runtime error
File size: 106 Bytes
23ac194 |
1 2 3 |
import _FormData from 'form-data';
export default typeof FormData !== 'undefined' ? FormData : _FormData;
|