README
Javascript inheritance with support super methods
Simple inheritance with one function
<script type="module">
import baseFrameExtends from 'https://cdn.skypack.dev/base-frame-extends';
</script>
Javascript inheritance with support super methods