UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 142 B
export default function Fragment$firstNode () { if ( this.items && this.items[0] ) { return this.items[0].firstNode(); } return null; }