Skip to main content
Module

x/evt/mod.ts>dom.ElementTagNameMap

💧EventEmitter's typesafe replacement
Go to Latest
type alias dom.ElementTagNameMap
Deprecated
Deprecated

Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead.

import { type dom } from "https://deno.land/x/evt@v2.5.0/mod.ts";
const { ElementTagNameMap } = dom;
deprecated
definition: HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>