Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias EventParams
import { type EventParams } from "https://deno.land/x/socket_io@0.2.0/packages/event-emitter/mod.ts";

The tuple type representing the parameters of an event listener

Type Parameters

Map extends EventsMap
Ev extends EventNames<Map>
definition: Parameters<Map[Ev]>