corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 37  →  ?path2? @ 38
/pack-rat/003_pack_rat/pack-rat/node_modules/moment/src/lib/moment/now.js
@@ -0,0 +1,3 @@
export var now = function () {
return Date.now ? Date.now() : +(new Date());
};