Skip to content

Commit 8e12ac3

Browse files
committed
add type
1 parent 555795d commit 8e12ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Get the value of the given argument name.
33
*
44
* @param {string} argName
5-
* @returns
5+
* @returns {string?} The value of the given 'argName'.
66
*/
77
export function parseArgValue(argName) {
88
const argNamePattern = new RegExp(`^--${argName}\\b`);

0 commit comments

Comments
 (0)