2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

chore(helpers/spread): added docs for spread functions

This commit is contained in:
Jay
2022-06-02 20:46:44 +02:00
parent ba3e593807
commit 5e2ffa2209
+1
View File
@@ -18,6 +18,7 @@
* ```
*
* @param {Function} callback
*
* @returns {Function}
*/
module.exports = function spread(callback) {