get-time

Get the current time as an integer

Usage no npm install needed!

<script type="module">
  import getTime from 'https://cdn.skypack.dev/get-time';
</script>

README

get-time

Return the current time as an integer.

usage

const getTime = require('get-time')

const now = getTime()
// 1483772563534

install

$ npm install get-time

test

$ npm test

license

MIT