UNPKG

axios-cookiejar-support

Version:
13 lines (10 loc) 244 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * @param {import('axios').AxiosInstance} axios * @returns {import('axios').AxiosInstance} */ function noop(axios) { return axios; } exports.wrapper = noop;