Appearance
function removeDom(el): void;
Remove a DOM element.
el
Element
void
removeDom(document.getElementById('my-element'));
1.0.0