Skip to main content
Module

x/websocket/lib/websocket.ts>EventTypesMap

🦕 A simple WebSocket library like ws of node.js library for deno
Latest
type alias EventTypesMap
import { type EventTypesMap } from "https://deno.land/x/websocket@v0.1.4/lib/websocket.ts";
definition: { [key: string]: (...params: any[]) => void; }