Skip to content

Commit

Permalink
lib: update JSDoc of getOwnPropertyValueOrDefault
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
deokjinkim authored and juanarbol committed Jan 31, 2023
1 parent f3518f3 commit 7fc7b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/validators.js
Expand Up @@ -220,7 +220,7 @@ function validateBoolean(value, name) {
}

/**
* @param {?object} options
* @param {any} options
* @param {string} key
* @param {boolean} defaultValue
* @returns {boolean}
Expand Down

0 comments on commit 7fc7b19

Please sign in to comment.