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 884fee1 commit f778123Copy full SHA for f778123
lib/index.ts
@@ -12,6 +12,7 @@ export * from "./errors.js";
12
export * from "./socket.js";
13
export * from "./types.js";
14
export * from "./commands.js";
15
+export * from "./store.js";
16
17
export async function createConnection(options?: Partial<ConnectionOptions>) {
18
const connOptions: ConnectionOptions = {
0 commit comments