This website works better with JavaScript.
Home
Explore
Help
Sign In
CDCC
/
OLAS
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
28
Commits
14
Branches
Tree:
ebb1b8d6fa
OLAS
/
node_modules
/
date-now
/
index.js
index.js
73B
History
Raw
1
2
3
4
5
module
.exports = now
function
now
(
)
{
return
new
Date
().getTime()
}