Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot002
/
waha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
waha
/
src
/
utils
/
wa.ts
NitinBot002
Upload 384 files
4327358
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
export
function
isJidCusFormat
(
jid:
string
):
boolean
{
return
jid?.
endsWith
(
'@c.us'
);
}