@entom/node-time-now

Get current timestamp value

Usage no npm install needed!

<script type="module">
  import entomNodeTimeNow from 'https://cdn.skypack.dev/@entom/node-time-now';
</script>

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());