From 70c5febeca61b40fe91e868571460672540888d3 Mon Sep 17 00:00:00 2001 From: jxom Date: Tue, 30 Jul 2024 08:00:01 +1000 Subject: [PATCH] chore: export --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 968f23319e..bd525700a1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -857,6 +857,8 @@ export { type RpcRequestErrorType, TimeoutError, type TimeoutErrorType, + SocketClosedError, + type SocketClosedErrorType, WebSocketRequestError, type WebSocketRequestErrorType, } from './errors/request.js'