UNPKG

tuuljs

Version:

Vanilla Js Generic Use Utility Tuul ₺.js

20 lines (13 loc) 332 B
# 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 ```js // const const tl = require('tuul.js'); tl.removeDom(document.getElementById('.footer')); // deleted. ```