README
Test scope
const hello = require('@sitexw/hello');
console.log(hello.name('Valentin'));
Test scope ===========
<script type="module">
import sitexwHello from 'https://cdn.skypack.dev/@sitexw/hello';
</script>
const hello = require('@sitexw/hello');
console.log(hello.name('Valentin'));