@bartosz-lepski/randomid-generator

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.

Usage no npm install needed!

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

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.