3 lines
65 B
JavaScript
3 lines
65 B
JavaScript
exports.print = function(obj) {
|
|
return obj.constructor.name;
|
|
}
|