now.js 84 Bytes edit raw blame history 1 2 3 export var now = function () { return Date.now ? Date.now() : +(new Date()); };