electron/spec/fixtures/module/print_name.js
2013-08-25 17:22:36 +08:00

3 lines
65 B
JavaScript

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