UNPKG

nau

Version:

Get the current timestamp as an integer

5 lines (4 loc) 82 B
'use strict'; module.exports = function () { return new Date().getTime(); };