UNPKG
harshit
Version:
latest (1.0.0)
1.0.0
firts trial
harshit
/
using_module.js
2 lines
•
53 B
JavaScript
View Raw
1
2
var
m =
require
(
"./module"
);
console
.
log
(m.
hello
());