README
This module returns the current time
var smoot = require('smoot');
console.log(smoot());
sample npm application
<script type="module">
import smoot from 'https://cdn.skypack.dev/smoot';
</script>
This module returns the current time
var smoot = require('smoot');
console.log(smoot());