💄 use optional jsdoc param annotation (#186747)

pull/186751/head
Johannes Rieken 2023-06-30 16:44:09 +02:00 committed by GitHub
parent 082cc53c2d
commit 2e5a2f0dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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