mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
'use strict';
|
|
|
|
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
|
|
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|