summaryrefslogtreecommitdiff
path: root/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
blob: b7dae9533e1afd95f3b9740dc77ff494f496716e (plain)
1
2
3
4
'use strict';

import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;