1.0.3 • Published 3 years ago

@scover/randomid_generator v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Random ID generator

To install this package you have to type: npm install @scover/randomid_generator

Don't forget to import package in your file(import, require).

You can use generator by typing randomID() and as an argument choose number of chars to generate.

Example: console.log(randomID(10));

Code above is going to generate 10 random chars in console.