Skip to main content
variable show
import { show } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Shows all the elements specified.

Use the spread operator (...) and Array.prototype.forEach() to clear the display property for each element specified.

type

<T extends HTMLElementLike>(...el: T[]) => unknown