mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +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 {Array} headers The headers for the request or response
|
||||||
* @param {Number} status HTTP status code
|
* @param {Number} status HTTP status code
|
||||||
* @param {Array|Function} fns A single function or Array of functions
|
* @param {Array|Function} fns A single function or Array of functions
|
||||||
|
*
|
||||||
* @returns {*} The resulting transformed data
|
* @returns {*} The resulting transformed data
|
||||||
*/
|
*/
|
||||||
module.exports = function transformData(data, headers, status, fns) {
|
module.exports = function transformData(data, headers, status, fns) {
|
||||||
|
|||||||
Reference in New Issue
Block a user