2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

docs(core/buildFullPath)

This commit is contained in:
Jay
2022-06-02 20:53:57 +02:00
parent 4f4c1d3be9
commit 81c0b3568f
+1
View File
@@ -10,6 +10,7 @@ var combineURLs = require('../helpers/combineURLs');
*
* @param {string} baseURL The base URL
* @param {string} requestedURL Absolute or relative URL to combine
*
* @returns {string} The combined full path
*/
module.exports = function buildFullPath(baseURL, requestedURL) {