UNPKG

filtro-html

Version:

Filtro returns the HTML of an URL

7 lines 117 B
module.exports = { returnData: function ($) { return { html: $.html() } } }