viabiliza/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
equipe desenvolvimento a499796cf7 first commit
2025-10-15 15:07:36 -03:00

5 lines
188 B
JavaScript

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