@@ -235,11 +235,11 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
235235 * @remarks
236236 * This method is part of the {@link githubApi | github-api}.
237237 *
238- * @param {String } loginName - The github login name
239- * @param {String } projectName - The github project name
238+ * @param {string } loginName - The github login name
239+ * @param {string } projectName - The github project name
240240 * @param {boolean} infoLog - true Logs group and info into the console
241241 * @param {boolean} isProd - true Calls fetch to github api, false returns mock data with same structure
242- * @returns {Promise<String []>} The github topics of a project
242+ * @returns {Promise<string []>} The github topics of a project
243243 */
244244export async function getGithubTopics(loginName, projectName, infoLog, isProd) {
245245 if (infoLog) {
@@ -269,8 +269,8 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
269269 * @remarks
270270 * This method is part of the {@link githubApi | github-api}.
271271 *
272- * @param {String } loginName - The github login name
273- * @param {String } projectName - The github project name
272+ * @param {string } loginName - The github login name
273+ * @param {string } projectName - The github project name
274274 * @param {boolean} infoLog - true Logs group and info into the console
275275 * @param {boolean} isProd - true Calls fetch to github api, false returns mock data with same structure
276276 * @returns {Promise<any>} The github the project object / json of a project
@@ -317,7 +317,7 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
317317 < div class ="footer quiet pad2 space-top1 center small ">
318318 Code coverage generated by
319319 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
320- at 2023-09-19T23:40:19.793Z
320+ at 2023-09-20T10:23:53.845Z
321321 </ div >
322322 < script src ="prettify.js "> </ script >
323323 < script >
0 commit comments