now.js 84 Bytes
export var now = function () {
    return Date.now ? Date.now() : +(new Date());
};