@anio-js-foundation/create-random-identifier
v2.0.0
Published
Create a random identifier.
Downloads
2
Readme
@anio-js-foundation/create-random-identifier
Attempts to create a random identifier of any length using the Crypto API crypto.getRandomValues
, falling back to Math.random
.
import createRandomIdentifier from "@anio-js-foundation/create-random-identifier"
const identifier = createRandomIdentifier(16) // create a random identifier of length 16
console.log(identifier) // 84b6af1d1572de65