README
Tuul.JS (₺.js)
₺.js is EsNext oriented Vanilla Js Generic use Library - Tuul (tool) for me :)
Documentation
removeDom() Accepts one element to remove Outpute - void
Example
// const ₺
const tl = require('tuul.js');
tl.removeDom(document.getElementById('.footer')); // deleted.