UNPKG
uuid5
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
UUID v5 generator (SHA1 hash into 128 bits)
github.com/velocityzen/uuid5
velocityzen/uuid5
uuid5
/
readme.md
11 lines
(7 loc)
•
134 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
#UUID v5
Creates uuid
from
the given
string
```js
let
uuid5 = require(
"uuid5"
); console.log(uuid5(
"Hello World"
)); ``` License MIT