UNPKG

keet

Version:

Minimalist view layer for the web

11 lines (9 loc) 257 B
import clear from './clear' export default function (frag, base) { let tempDiv = document.createElement('div') tempDiv.innerHTML = base clear(tempDiv.firstChild) while (tempDiv.firstChild) { frag.appendChild(tempDiv.firstChild) } }