Skip to content

Commit 655f9ee

Browse files
deokjinkimjuanarbol
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 a7ab63c commit 655f9ee

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)