Remove part of JSDoc

This commit is contained in:
Alexandre Alapetite
2022-02-03 16:32:51 +01:00
parent 280d63fde7
commit 2e1e61dabe

View File

@@ -29,7 +29,6 @@ const { hasOwnProperty } = Object.prototype;
/**
* Safely returns the object construtor name.
* @return {String} the name of the object constructor if it exists, empty string otherwise.
* @memberof @node-red/util_util
*/
function constructorName(obj) {
// Note: This function could be replaced by optional chaining in Node.js 14+: