server-json/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
2024-11-01 08:00:42 +00:00

4 lines
188 B
JavaScript

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