Function: isUuid()
@kortexya/reasoninglayer / isUuid
Function: isUuid()
isUuid(
s):boolean
Defined in: src/utils/discrimination.ts:19
Check if a string matches UUID v4 format.
Parameters
s
string
The string to check.
Returns
boolean
true if the string matches UUID format.