@evacu/randomidgenerator
v1.0.1
Published
RandomIDgenerator is a package that simplifies generetion of unique IDs in your project.
Downloads
4
Readme
randomIDgenerator
RandomIDgenerator is a package that simplifies generetion of unique IDs in your project.
- Install it your project with one of the following commands:
NPM: npm i @evacu/randomidgenerator
YARN: yarn add @evacu/randomidgenerator
- 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.