README
The module contains a function randomID(num), which takes a number and return a string with random characters (using A-Z, a-z and 0-9) with length of given number.
The module contains a function randomID(num), which takes a number and return a string with random characters (using A-Z, a-z and 0-9) with length of given number.
<script type="module">
import bartoszLepskiRandomidGenerator from 'https://cdn.skypack.dev/@bartosz-lepski/randomid-generator';
</script>
The module contains a function randomID(num), which takes a number and return a string with random characters (using A-Z, a-z and 0-9) with length of given number.