semblance-dev/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
2025-12-19 19:26:16 +00:00

4 lines
188 B
JavaScript
Executable file

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