lite-uuid-v4
v1.0.0
Published
This is the slice of popular package called uuid. This package provide only uuid version 4.
Downloads
86
Readme
lite-uuid-v4
This is the slice of popular npm package uuid
The uuid
package hosts all versions of UUID - 1,2,3,4,5 and probably will host future versions as well. Yet what I often need is the UUID v4. Which is known as a random string.
npm i lite-uuid-v4
const uuid = require('lite-uuid-v4');
console.log('Uuid v4: ', uuid())