UNPKG

istesequi

Version:

Lightweight and intuitive javascript library

9 lines (7 loc) 171 B
/** * Get the first of the nodes * @return htmlnode the first html node in the matched nodes */ u.prototype.first = function() { return this.nodes[0] || false; };