💄 use optional jsdoc param annotation (#186747)

This commit is contained in:
Johannes Rieken
2023-06-30 16:44:09 +02:00
committed by GitHub
parent 082cc53c2d
commit 2e5a2f0dd6

View File

@@ -5,7 +5,7 @@
/**
* @param {string} name
* @param {string[]} exclude
* @param {string[]=} exclude
*/
function createModuleDescription(name, exclude) {