UNPKG

fela-dom

Version:

Fela package for working with the DOM

8 lines (7 loc) 168 B
export default function cleanHead() { var _document = document, head = _document.head; while (head.firstChild) { head.removeChild(head.firstChild); } }