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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user