UNPKG

@bytedance/mona-client-web

Version:

web for mona

5 lines 175 B
export function hide(element) { var container = document.getElementById(element); container && document.body.removeChild(container); } //# sourceMappingURL=util.js.map