RandomID
Monster/Types. RandomID
You can call the method via the monster namespace new Monster.Types.RandomID()
.
<script type="module">
import {Monster} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@/dist/modules/types/randomid.js';
console.log(new Monster.Types.RandomID())
</script>
Alternatively, you can also integrate this function individually.
<script type="module">
import {RandomID} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@/dist/modules/types/randomid.js';
console.log(new RandomID())
</script>