UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

4 lines (2 loc) 81 B
'use strict'; export default typeof FormData !== 'undefined' ? FormData : null;