Files
2026-01-10 18:39:55 +00:00

5 lines
188 B
JavaScript
Executable File

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