mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
11 lines
469 B
TypeScript
11 lines
469 B
TypeScript
export { delay } from "https://deno.land/std@0.67.0/async/delay.ts";
|
|
export { encode } from "https://deno.land/std@0.67.0/encoding/base64.ts";
|
|
export {
|
|
connectWebSocket,
|
|
isWebSocketCloseEvent,
|
|
isWebSocketPingEvent,
|
|
isWebSocketPongEvent,
|
|
} from "https://deno.land/std@0.67.0/ws/mod.ts";
|
|
export type { WebSocket } from "https://deno.land/std@0.67.0/ws/mod.ts";
|
|
export { decompress_with as inflate } from "https://unpkg.com/@evan/wasm@0.0.11/target/zlib/deno.js";
|