chore: remove legacy code

This commit is contained in:
Adhiraj Singh
2022-09-19 14:59:35 +05:30
parent d73585ede9
commit e7f6838fa4
23 changed files with 91 additions and 2921 deletions

View File

@@ -1,4 +1,3 @@
import makeWALegacySocket from './LegacySocket'
import makeWASocket from './Socket'
export * from '../WAProto'
@@ -8,12 +7,6 @@ export * from './Store'
export * from './Defaults'
export * from './WABinary'
export type WALegacySocket = ReturnType<typeof makeWALegacySocket>
export { makeWALegacySocket }
export type WASocket = ReturnType<typeof makeWASocket>
export type AnyWASocket = WASocket | WALegacySocket
export default makeWASocket