Files
ldap-to-oauth2/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
2025-10-08 11:12:59 -04:00

5 lines
188 B
JavaScript

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