aboutsummaryrefslogtreecommitdiff
path: root/node_modules/date-now/index.js
blob: d5f143a844e802856da9d0e42f7dc4ab5d6c21e6 (plain)
1
2
3
4
5
module.exports = now

function now() {
    return new Date().getTime()
}