UNPKG

@vimeo/iris

Version:
12 lines (8 loc) 258 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function removeElementByID(id) { var element = document.getElementById(id); if (element) element.outerHTML = ''; } exports.removeElementByID = removeElementByID;