File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/moment/src/lib/moment/

Viewing File: now.js

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