diff --git a/src/index.ts b/src/index.ts index b73f5bb0..de16f702 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,4 +10,9 @@ export * from './WAUSync/index' export type WASocket = ReturnType export { makeWASocket, makeWASocketAutoVersion } + +// Alias de compatibilidade para zpro.io +// isJidUser é um alias para isPersonJid (mantém retrocompatibilidade) +export { isPersonJid as isJidUser } from './Utils/history' + export default makeWASocket