@tech_userreport.com/uuid
v1.2.6
Published
Generate UUID
Readme
Function to generate new UUID. Also regexp to check that string is indeed lowercased UUID
uuid = require "@tech_userreport.com/uuid"
id = uuid() # a3b9f9d8-9bd7-43be-97f1-ae4c4d59dfae
uuid.REGEXP.test id # true