Skip to content

VanillaMaster/uuidv5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vanilla/uuidv5

ESNext edition of uuidV5 from https://github.com/uuidjs/uuid

requirements

installation

npm install git+https://github.com/VanillaMaster/uuidv5.git

example

import generateUUID, { NameSpace_URL } from "@vanilla/uuidv5";

const encoder = new TextEncoder();
const data = encoder.encode("https://example.com/");
const uuid = await generateUUID(data, NameSpace_URL);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published