We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcc2b7 commit 90304fdCopy full SHA for 90304fd
src/lib.ts
@@ -11,4 +11,5 @@ export {
11
type ConnectionStateErrored,
12
type ConnectionManagerFactoryFn,
13
} from "./common/connectionManager.js";
14
+export { type ConnectionErrorHandler } from "./common/connectionErrorHandler.js";
15
export { Telemetry } from "./telemetry/telemetry.js";
0 commit comments