From a1fb826ceaa2b7562875c2860b40de5a1bc49759 Mon Sep 17 00:00:00 2001 From: Eko Eryanto Date: Sun, 9 Jul 2023 04:42:56 +0700 Subject: [PATCH] feat: expose makeWASocket as named (#190) --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index e9eed52..a064abd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,5 +8,5 @@ export * from './Defaults' export * from './WABinary' export type WASocket = ReturnType - -export default makeWASocket \ No newline at end of file +export { makeWASocket } +export default makeWASocket