UNPKG
nau
Version:
latest (1.0.0)
1.0.0
Get the current timestamp as an integer
github.com/vikramcse/nau
vikramcse/nau
nau
/
index.js
5 lines
(4 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
module
.
exports
=
function
(
) {
return
new
Date
().
getTime
(); };