UNPKG

fela-dom

Version:

Fela package for working with the DOM

15 lines (12 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = cleanHead; function cleanHead() { var _document = document, head = _document.head; while (head.firstChild) { head.removeChild(head.firstChild); } }