UNPKG
retimer
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.0
1.1.0
1.0.1
1.0.0
0.0.1
Reschedulable Timer for your node needs
github.com/mcollina/retimer
mcollina/retimer
retimer
/
time-browser.js
6 lines
(4 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
module
.
exports
=
function
getTime
(
) {
return
Date
.
now
() }