All checks were successful
Lint / pre-commit Linting (push) Successful in 22s
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
'use strict';
|
|
|
|
var AxiosURLSearchParams = require('../../../helpers/AxiosURLSearchParams');
|
|
|
|
module.exports = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|