Skip to content

miroreo/nanouuidv4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nanouuidv4

An absolutely TINY uuid v4 generator.

NOTE: Not RFC4122-compliant, but work well for many situations.

Just get a uuid using:

const uuid = require("nanouuidv4");
uuid(); // returns a uuid

About

An absolutely TINY uuid v4 generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published