Skip to content

Commit 7fc7b19

Browse files
deokjinkimjuanarbol
authored andcommitted
lib: update JSDoc of getOwnPropertyValueOrDefault
PR-URL: #46010 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent f3518f3 commit 7fc7b19

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)