Skip to content

Commit

Permalink
Fix stricter type
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Sep 20, 2020
1 parent 25bad91 commit 1f2795a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export type { WebSocketServer, WebSocket, WebSocketState } from "./lib/websocket.ts";
export type { WebSocketError } from "./lib/errors.ts";
export { WebSocketServer, WebSocket, WebSocketState } from "./lib/websocket.ts";
export { WebSocketError } from "./lib/errors.ts";

0 comments on commit 1f2795a

Please sign in to comment.