@baranek/randomid-generator

```npm install or yarn add "@baranek/randomid-generator"``` ## Usage import package function, e.g. ``` const randomID = require('@baranek/randomid-generator'); ``` call the package func e.g. ``` randomID(10) ``` __This will c

Usage no npm install needed!

<script type="module">
  import baranekRandomidGenerator from 'https://cdn.skypack.dev/@baranek/randomid-generator';
</script>

README

Package Manual

## Installation 
```npm install or yarn add "@baranek/randomid-generator"```
## Usage
import package function, e.g.
``` const randomID = require('@baranek/randomid-generator'); ```
call the package func e.g.
``` randomID(10) ```
__This will create a random 10 marks Id__