blob: d5f143a844e802856da9d0e42f7dc4ab5d6c21e6 [file] [log] [blame]
module.exports = now
function now() {
return new Date().getTime()
}