File size: 90 Bytes
4327358
 
 
1
2
3
4
export function isJidCusFormat(jid: string): boolean {
  return jid?.endsWith('@c.us');
}