mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
11 lines
376 B
TypeScript
11 lines
376 B
TypeScript
export { encode } from "https://deno.land/std@0.67.0/encoding/base64.ts";
|
|
export {
|
|
WebSocket,
|
|
connectWebSocket,
|
|
isWebSocketCloseEvent,
|
|
isWebSocketPingEvent,
|
|
isWebSocketPongEvent,
|
|
} from "https://deno.land/std@0.67.0/ws/mod.ts";
|
|
export { delay } from "https://deno.land/std@0.67.0/async/delay.ts";
|
|
export { inflate } from "https://deno.land/x/zlib.es@v1.0.0/mod.ts";
|