README
hello-mercury
Mercury note sample package
How to use
const you = require('hello-mercury')
you.say('Hello') // Hello, mercury
Mercury note sample npm package
<script type="module">
import helloMercury from 'https://cdn.skypack.dev/hello-mercury';
</script>
Mercury note sample package
const you = require('hello-mercury')
you.say('Hello') // Hello, mercury