UNPKG

filtro-title

Version:

Filtro returns the page title of an URL

5 lines 95 B
module.exports = { returnData: function ($) { return $('title').text(); } }