Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
devtools
/
node_modules
/
date-now
/
index.js
blob: d5f143a844e802856da9d0e42f7dc4ab5d6c21e6 [
file
] [
log
] [
blame
]
module
.
exports
=
now
function
now
()
{
return
new
Date
().
getTime
()
}