@saif-aldir-dev/randomid-generator
v1.0.1
Published
Simple module to generate random alphanumeric IDs.
Downloads
3
Maintainers
Readme
randomid-generator
A simple Node.js module to generate random alphanumeric IDs of customizable length.
Installation
npm install @saif-aldir-dev/randomid-generator
Usage
const randomID = require('@saif-aldir-dev/randomid-generator');
console.log(randomID(10)); // Outputs a random string of length 10
