1
0
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:
Alexandre Alapetite 2022-02-03 16:32:51 +01:00
parent 280d63fde7
commit 2e1e61dabe
No known key found for this signature in database
GPG Key ID: A24378C38E812B23

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+: