/** * Expose timestamp */ module.exports = timestamp /** * timestamp */ function timestamp () { return new Date().getTime() }