1.0.1 • Published 12 months ago

wident v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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.

1.0.1

12 months ago

1.0.0

12 months ago