Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Superflows-AI/superflows
/ isUUID
Function
isUUID
lib/utils.ts:451–453 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
449
}
450
451
export
function
isUUID(str: string): boolean {
452
return
validate(str);
453
}
454
455
export
function
isEmail(string: string): boolean {
456
// Check if string is an email address
Callers
1
isID
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected