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