Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/evt/lib/types/EventTargetLike.ts>EventTargetLike.Document

💧EventEmitter's typesafe replacement
Go to Latest
type alias EventTargetLike.Document
import { type EventTargetLike } from "https://deno.land/x/evt@v2.4.10/lib/types/EventTargetLike.ts";
const { Document } = EventTargetLike;
definition: HasEventTargetAddRemove<any> & { URL: string; }