@adrianox/id-generator
v1.0.2
Published
```diff - It's a tiny app for creating a random id key & allows you to use function that generate random string - containing all kind of big/small letters or number ; ) ```
Downloads
7
Readme
Random ID-Generator :smiley:
Description :wink:
- It's a tiny app for creating a random id key & allows you to use function that generate random string
- containing all kind of big/small letters or number ; )
Example :smirk:
+ const randomID = require('@adrianox/id-generator');
+ const id = randomID(10); // key length = 10 characters
+ console.log(id); // result: Bhts8Apr9b
Instalation :computer:
! npm i @adrianox/id-generator
! yarn add @adrianox/id-generator
License :newspaper:
MIT