4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
'use strict';
|
|
|
|
export default typeof FormData !== 'undefined' ? FormData : null;
|