UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 167 B
export default function Triple$firstNode () { if ( this.rendered && this.nodes[0] ) { return this.nodes[0]; } return this.parentFragment.findNextNode( this ); }