mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
Fix import errors
This commit is contained in:
2
deps.ts
2
deps.ts
@@ -1,4 +1,5 @@
|
||||
export { assertEquals } from "https://deno.land/std/testing/asserts.ts";
|
||||
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,
|
||||
@@ -7,3 +8,4 @@ export {
|
||||
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 { inflate } from "https://deno.land/x/zlib.es@v1.0.0/mod.ts";
|
||||
|
||||
Reference in New Issue
Block a user