MCPcopy 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
451export function isUUID(str: string): boolean {
452 return validate(str);
453}
454
455export function isEmail(string: string): boolean {
456 // Check if string is an email address

Callers 1

isIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected