From aa0579d12d9d72ee2b02d0576abf25d6c9c1e05b Mon Sep 17 00:00:00 2001 From: AstroX11 Date: Mon, 10 Mar 2025 22:33:40 +0100 Subject: [PATCH] adjustment(remove non existentant exports) (#1305) --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c510f4a..22cafec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,6 @@ import makeWASocket from './Socket' export * from '../WAProto' export * from './Utils' export * from './Types' -export * from './Store' export * from './Defaults' export * from './WABinary' export * from './WAM'