Skip to content

Commit f778123

Browse files
authored
export store (#524)
1 parent 884fee1 commit f778123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export * from "./errors.js";
1212
export * from "./socket.js";
1313
export * from "./types.js";
1414
export * from "./commands.js";
15+
export * from "./store.js";
1516

1617
export async function createConnection(options?: Partial<ConnectionOptions>) {
1718
const connOptions: ConnectionOptions = {

0 commit comments

Comments
 (0)