wident

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i wident

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

13.9 kB

Total Files

12

Last publish

Collaborators

  • g1nx