@pixelage/random-id-generator
v1.0.1
Published
Generates random id of the specified length.
Downloads
20
Readme
usage
Generates random id of the specified length.
install
yarn add @pixelage/random-id-generator or npm install @pixelage/random-id-generator
example
const randomID = require('@pixelage/random-id-generator'); const idLength = 256; console.log(randomID(idLength));
