Spaces:
Runtime error
Runtime error
File size: 188 Bytes
23ac194 | 1 2 3 4 5 | 'use strict';
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|