UNPKG

es-query

Version:

An utilitarian library for DOM manipulation using ECMAScript 7 Function Bind Syntax

7 lines (5 loc) 108 B
function prepend (el) { this.insertBefore(el, this.firstChild); return this; } export default prepend;