mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove part of JSDoc
This commit is contained in:
parent
280d63fde7
commit
2e1e61dabe
@ -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+:
|
||||
|
Loading…
Reference in New Issue
Block a user