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

Properties

addEventListener: (event: string, fn: Func) => void