now.js 84 Bytes Edit Raw Blame History 1 2 3 export var now = function () { return Date.now ? Date.now() : +(new Date()); };