crypto.randomUUID().replace(/-/g,'').substring(0,12)

This commit is contained in:
Luk
2024-10-14 15:23:50 +08:00
parent ced82b18d7
commit decdcab1e5
2 changed files with 3 additions and 4 deletions

View File

@@ -15,8 +15,7 @@
"js-crypto-key-utils": "^1.0.4",
"keccak": "^3.0.2",
"secp256k1": "^4.0.3",
"tweetnacl": "^1.0.3",
"uuid": "^8.3.2"
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"docdash": "^1.2.0",