This is the base class with options from which some monster classes are derived.
You can call the method via the monster namespace new Monster.Types.BaseWithOptions()
.
<script type="module">
import {Monster} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.29.0/dist/monster.js';
new Monster.Types.BaseWithOptions()
</script>
Alternatively, you can also integrate this function individually.
<script type="module">
import {BaseWithOptions} from 'https://cdn.jsdelivr.net/npm/@schukai/monster@1.29.0/dist/modules/types/basewithoptions.js';
new BaseWithOptions()
</script>
The class was formerly called Object.