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