UNPKG

view

Version:
5 lines 128 B
module['exports'] = function (options, callback) { var $ = this.$; $('.hello').html('there'); callback(null, $.html()); };