Skip to content

Commit 2e5a2f0

Browse files
authored
💄 use optional jsdoc param annotation (microsoft#186747)
1 parent 082cc53 commit 2e5a2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* @param {string} name
8-
* @param {string[]} exclude
8+
* @param {string[]=} exclude
99
*/
1010
function createModuleDescription(name, exclude) {
1111

0 commit comments

Comments
 (0)