Your IP : 216.73.216.220


Current Path : /var/www/fidelitychain/www/node_modules/moment/src/lib/moment/
Upload File :
Current File : //var/www/fidelitychain/www/node_modules/moment/src/lib/moment/now.js

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