2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files

4 lines
81 B
JavaScript

'use strict';
export default typeof FormData !== 'undefined' ? FormData : null;