Skip to content

Commit 7f1daed

Browse files
deokjinkimRafaelGSS
authored andcommitted
lib: update JSDoc of getOwnPropertyValueOrDefault
PR-URL: #46010 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 47cc0e4 commit 7f1daed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/validators.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function validateBoolean(value, name) {
220220
}
221221

222222
/**
223-
* @param {?object} options
223+
* @param {any} options
224224
* @param {string} key
225225
* @param {boolean} defaultValue
226226
* @returns {boolean}

0 commit comments

Comments
 (0)