2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

docs(helpers/combineURLs)

This commit is contained in:
Jay
2022-06-02 20:50:41 +02:00
parent 714daab1e7
commit 18e563d7f8
+1
View File
@@ -5,6 +5,7 @@
* *
* @param {string} baseURL The base URL * @param {string} baseURL The base URL
* @param {string} relativeURL The relative URL * @param {string} relativeURL The relative URL
*
* @returns {string} The combined URL * @returns {string} The combined URL
*/ */
module.exports = function combineURLs(baseURL, relativeURL) { module.exports = function combineURLs(baseURL, relativeURL) {