Skip to content

abjurstrom-torch/uuid-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UuidEasy

Attempts to make UUID's slightly less painful to read as a human with the help of pictures.

Usage

The debug property on UuidEasy makes it easy to spot similar or different uuids. For example, are the following test and test2 values the same? Different?

import { UuidEasy } from "./UuidEasy.mjs";
const test = new UuidEasy("ffffffff-4c0c-45a2-9864-f57e4d151bdf");
const test2 = new UuidEasy("ffffffff-4c0c-45a2-9864-f57e4d15df1b");
console.log(`${test.debug} == ${test2.debug}?`);

With the debug command it becomes much more obvious. Red necklace thing does not equal bus.

📿 == 🚌?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published