function Widget() { } Widget.prototype = { render: function(input, out) { } }; module.exports = Widget;