Skip to content

Commit d4d6463

Browse files
refactor: export the nextTick helper method
Related: socketio/socket.io-client#1551
1 parent 5e58570 commit d4d6463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export { Transport } from "./transport.js";
77
export { transports } from "./transports/index.js";
88
export { installTimerFunctions } from "./util.js";
99
export { parse } from "./contrib/parseuri.js";
10+
export { nextTick } from "./transports/websocket-constructor.js";

0 commit comments

Comments
 (0)