mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
'use strict';
|
|
|
|
export default typeof FormData !== 'undefined' ? FormData : null;
|