2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

docs(helpers/parseHeaders)

This commit is contained in:
Jay
2022-06-02 20:47:56 +02:00
parent 5e2ffa2209
commit 0556288a96
+1
View File
@@ -22,6 +22,7 @@ var ignoreDuplicateOf = [
* ```
*
* @param {String} headers Headers needing to be parsed
*
* @returns {Object} Headers parsed into an object
*/
module.exports = function parseHeaders(headers) {