Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias PacketType
import { type PacketType } from "https://deno.land/x/socket_io@0.2.0/packages/engine.io-parser/mod.ts";
definition:
| "open"
| "close"
| "ping"
| "pong"
| "message"
| "upgrade"
| "noop"
| "error"