From ef15c86a8587b9fe19c0db2c7ddb82acb30ebeca Mon Sep 17 00:00:00 2001 From: Eric Shtivelberg <295836+shedokan@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:59:11 +0300 Subject: [PATCH] export store --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index 38366e3c..c1eb168c 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -12,6 +12,7 @@ export * from "./errors.js"; export * from "./socket.js"; export * from "./types.js"; export * from "./commands.js"; +export * from "./store.js"; export async function createConnection(options?: Partial) { const connOptions: ConnectionOptions = {