UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

6 lines (3 loc) 191 B
'use strict'; var AxiosURLSearchParams = require('../../../helpers/AxiosURLSearchParams'); module.exports = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;