From 18e563d7f856bc7dfd40a4dc708488bcf86c23d0 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 2 Jun 2022 20:50:41 +0200 Subject: [PATCH] docs(helpers/combineURLs) --- lib/helpers/combineURLs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/helpers/combineURLs.js b/lib/helpers/combineURLs.js index f1b58a58..d69a784d 100644 --- a/lib/helpers/combineURLs.js +++ b/lib/helpers/combineURLs.js @@ -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) {