lib: update JSDoc of getOwnPropertyValueOrDefault

PR-URL: https://github.com/nodejs/node/pull/46010
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
Deokjin Kim
2023-01-02 00:58:04 +09:00
committed by GitHub
parent 4b9f94bd90
commit c87a1977ff

View File

@@ -220,7 +220,7 @@ function validateBoolean(value, name) {
}
/**
* @param {?object} options
* @param {any} options
* @param {string} key
* @param {boolean} defaultValue
* @returns {boolean}