get-time
v1.0.1
Published
Get the current time as an integer
Downloads
4
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