mirror of
https://github.com/axios/axios.git
synced 2026-04-13 02:51:56 +08:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
'use strict';
|
|
|
|
export default typeof FormData !== 'undefined' ? FormData : null;
|