Source

axios/constants.ts

/**
 * @description Axios adapter flavor identifier
 * @summary Constant string identifier used to identify the Axios implementation of the HTTP adapter
 * @const {string} AxiosFlavour
 * @memberOf module:for-http.axios
 */
export const AxiosFlavour = "axios";