UNPKG
gamlielmx-hello-world
Version:
latest (1.0.0)
1.0.0
Prueba de concepto de un modulo o libreria de Node
gamlielmx-hello-world
/
index.js
3 lines
(2 loc)
•
67 B
JavaScript
View Raw
1
2
3
var
myModule =
require
(
'./lib/module'
); myModule.
showHelloWorld
();