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