2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

docs(core/settle)

This commit is contained in:
Jay
2022-06-02 20:52:44 +02:00
parent e9bd1626ff
commit 6e0aff9407
+2
View File
@@ -8,6 +8,8 @@ var AxiosError = require('./AxiosError');
* @param {Function} resolve A function that resolves the promise.
* @param {Function} reject A function that rejects the promise.
* @param {object} response The response.
*
* @returns {object} The response.
*/
module.exports = function settle(resolve, reject, response) {
var validateStatus = response.config.validateStatus;