UNPKG

view

Version:
11 lines (6 loc) 188 B
module['exports'] = function (options, callback) { var $ = this.$; $('.user > .name').html(options.name); $('.user > .email').html(options.email); callback(null, $.html()); };