@jerzy-jarczynski/randomid-generator
v1.0.3
Published
Generator-id it shows random characters depends how many you will input as a argument.
Downloads
14
Readme
generator-id
Generator-id it shows random characters depends how many you will input as a argument.
Installation
yarn add @jerzy-jarczynski/randomid-generator
Usage
const randomID = require('@jerzy-jarczynski/randomid-generator');
console.log(randomID(10));
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.