Skip to content

Commit

Permalink
refactor: export BaseServer class (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Feb 17, 2023
1 parent 535b068 commit 6e78489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine.io.ts
Expand Up @@ -4,7 +4,7 @@ import transports from "./transports/index";
import * as parser from "engine.io-parser";

export { Server, transports, listen, attach, parser };
export { AttachOptions, ServerOptions } from "./server";
export type { AttachOptions, ServerOptions, BaseServer } from "./server";
export { uServer } from "./userver";
export { Socket } from "./socket";
export { Transport } from "./transport";
Expand Down

0 comments on commit 6e78489

Please sign in to comment.