• File: URLSearchParams.js
  • Full Path: /var/www/nodejs/simo_meps_file_script/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
  • Date Modified: 02/28/2025 8:55 PM
  • File size: 188 bytes
  • MIME-type: text/x-java
  • Charset: utf-8
'use strict';

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