diff --git a/lib/helpers/isAxiosError.js b/lib/helpers/isAxiosError.js index a037bec..8ec5974 100644 --- a/lib/helpers/isAxiosError.js +++ b/lib/helpers/isAxiosError.js @@ -6,6 +6,7 @@ var utils = require('./../utils'); * Determines whether the payload is an error thrown by Axios * * @param {*} payload The value to test + * * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false */ module.exports = function isAxiosError(payload) {