wident
v1.0.1
Published
A small and reliable package for generating weird UUIDs and GUIDs.
Downloads
2
Readme
What?
This is a compact package that aims to make a unique type of identifier, by combining the existing ones.
Types
A WUID is done by making 4 different UUIDs and a GUID, then interleaving the values together.
A WGUID works similarly to WUID, but instead the result is made using 4 different GUIDs instead.
How?
You can make a WUID by doing something like this:
const wident = require("wident")
console.log(wident.WGUID()) // Weirdly Genuine Unique Identifier
console.log(wident.WUID()) // Weirdly Unique Identifier
As simple as apple pie.
Why?
Boredom, I guess.