presta/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
2025-01-18 21:49:09 +01:00

5 lines
188 B
JavaScript

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