DevJourney

NodeJS/geeksforgeekstutorial/modules/myfirstmodule.js

exports.myDateTime = function () {
    return Date();
  };
View on GitHub