Search
string(): string
The UUID module provides an easy way to generate unique UUID strings.
UUID
Generates a new UUID (Universally Unique Identifier) in string format.
"550e8400-e29b-41d4-a716-446655440000"
1const id = UUID.string() 2console.log('Generated UUID:', id)