UNPKG

uuid5

Version:

UUID v5 generator (SHA1 hash into 128 bits)

11 lines (7 loc) 134 B
#UUID v5 Creates uuid from the given string ```js let uuid5 = require("uuid5"); console.log(uuid5("Hello World")); ``` License MIT