docs(helpers/combineURLs)

This commit is contained in:
Jay 2022-06-02 20:50:41 +02:00
parent 714daab1e7
commit 18e563d7f8
No known key found for this signature in database
GPG Key ID: 0AF4A0BCD29D661F

View File

@ -5,6 +5,7 @@
*
* @param {string} baseURL The base URL
* @param {string} relativeURL The relative URL
*
* @returns {string} The combined URL
*/
module.exports = function combineURLs(baseURL, relativeURL) {