Edit File: now.js
export var now = function () { return Date.now ? Date.now() : +new Date(); };
Back to File Manager