2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-24 14:04:14 +03:00

docs(core/transformData)

This commit is contained in:
Jay
2022-06-02 20:52:22 +02:00
parent 0148e4563d
commit e9bd1626ff
+1
View File
@@ -10,6 +10,7 @@ var defaults = require('../defaults');
* @param {Array} headers The headers for the request or response
* @param {Number} status HTTP status code
* @param {Array|Function} fns A single function or Array of functions
*
* @returns {*} The resulting transformed data
*/
module.exports = function transformData(data, headers, status, fns) {