UUID v5
Creates uuid from the given string
let uuid5 = require("uuid5");
console.log(uuid5("Hello World"));
License MIT
UUID v5 generator (SHA1 hash into 128 bits)
Creates uuid from the given string
let uuid5 = require("uuid5");
console.log(uuid5("Hello World"));
License MIT