Skip to content

Commit 90304fd

Browse files
chore: expose ConnectionErrorHandler type through lib
1 parent 8bcc2b7 commit 90304fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ export {
1111
type ConnectionStateErrored,
1212
type ConnectionManagerFactoryFn,
1313
} from "./common/connectionManager.js";
14+
export { type ConnectionErrorHandler } from "./common/connectionErrorHandler.js";
1415
export { Telemetry } from "./telemetry/telemetry.js";

0 commit comments

Comments
 (0)