Returns a boolean value denoting whether the input string is a valid uuid
Returns true
isUuid("7c9f66e7-f6d8-481e-87b8-c4a6d3f57c04");
Returns false
isUuid("01GVRY40B7T37W8V7XE55DRZ3C");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is a valid uuid
Example
Returns true
Example
Returns false