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

x/discord_rpc_deno/src/utils/TypedEventEmitter.ts>EventMap

port of @xhayper/discord-rpc to deno
Go to Latest
type alias EventMap
import { type EventMap } from "https://deno.land/x/discord_rpc_deno@v1.0.20/src/utils/TypedEventEmitter.ts";
definition: { [key: string]: (...args: any[]) => void; }