Persistent UUID V4 Generator based on inputted string
ex: a2d6fee8-369b-bebc-3d8e-b8ff2faf40d3
for (let index = 0; index < 5; index++) console.log(uuidv4()); // <- will printted same id
Optional
null: based on caller function name, line, and path
null
Persistent UUID V4 Generator based on inputted string
Returns
ex: a2d6fee8-369b-bebc-3d8e-b8ff2faf40d3
Example