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