2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

docs(helpers/isAxiosError)

This commit is contained in:
Jay
2022-06-02 20:48:22 +02:00
parent 0556288a96
commit 910a920c55
+1
View File
@@ -6,6 +6,7 @@ var utils = require('./../utils');
* Determines whether the payload is an error thrown by Axios * Determines whether the payload is an error thrown by Axios
* *
* @param {*} payload The value to test * @param {*} payload The value to test
*
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
*/ */
module.exports = function isAxiosError(payload) { module.exports = function isAxiosError(payload) {