Skip to content

Commit b4446d1

Browse files
committed
🌿 improve tests
1 parent f517b49 commit b4446d1

File tree

4 files changed

+318
-235
lines changed

4 files changed

+318
-235
lines changed

client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import {
1111

1212
const msgidThreshold = 2 ** 32;
1313

14-
type Session = {
14+
/** @internal */
15+
export type Session = {
1516
send: (data: Command | Message) => Promise<void>;
1617
recv: (msgid: number) => Promise<Message>;
1718
};

0 commit comments

Comments
 (0)