electron/spec/fixtures/module/print_name.js

4 lines
65 B
JavaScript
Raw Normal View History

exports.print = function(obj) {
return obj.constructor.name;
}