@evacu/randomidgenerator

RandomIDgenerator is a package that simplifies generetion of unique IDs in your project.


License
MIT
Install
npm install @evacu/randomidgenerator@1.0.1

Documentation

randomIDgenerator

RandomIDgenerator is a package that simplifies generetion of unique IDs in your project.

  1. Install it your project with one of the following commands:

NPM: npm i @evacu/randomidgenerator

YARN: yarn add @evacu/randomidgenerator

  1. Invoke the 'randomID' method passing as an argument the lenght of your ID, ie:

randomID(10)

Above example will return an ID consisting of 10 random characters drawn from upper cases, lower cases and numbers.