UNPKG
programmingconcepts
Version:
latest (1.0.0)
1.0.0
This is test module for Programming Concepts Node JS Application
programmingconcepts
/
myfirstmodule.js
3 lines
•
54 B
JavaScript
View Raw
1
2
3
exports
.
myDateTime
=
function
(
) {
return
Date
(); };