@actually_connor/uuid
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@actually_connor/uuid", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A JavaScript library that provides a 'ramsey/uuid'-like interface for the uuid package", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -86,3 +86,3 @@ <h1 align="center">@actually_connor/uuid</h1> | ||
### toHex | ||
### getHex | ||
@@ -101,3 +101,3 @@ Convert array of bytes to UUID hexadecimal string | ||
const uuid = Uuid.uuid4(); | ||
uuid.toHex(); // ⇨ '6EC0BD7F11C043DA975E2A8AD9EBAE0B' | ||
uuid.getHex(); // ⇨ '6EC0BD7F11C043DA975E2A8AD9EBAE0B' | ||
``` | ||
@@ -104,0 +104,0 @@ |
16338