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