| Current Path : /var/www/recommendations/www/node_modules/moment/src/lib/moment/ |
| Current File : /var/www/recommendations/www/node_modules/moment/src/lib/moment/now.js |
export var now = function () {
return Date.now ? Date.now() : +new Date();
};