Fix import errors

This commit is contained in:
chroventer
2020-09-29 08:47:52 -07:00
parent e09c933c3c
commit 364a85f57f

View File

@@ -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";