README
node-time-now
Get current timestamp value
install package
npm i --save @entom/node-time-now
example of usage
const time = require('@entom/node-time-now');
console.log(time.now());
Get current timestamp value
<script type="module">
import entomNodeTimeNow from 'https://cdn.skypack.dev/@entom/node-time-now';
</script>
Get current timestamp value
npm i --save @entom/node-time-now
const time = require('@entom/node-time-now');
console.log(time.now());