UNPKG
applitude
Version:
latest (0.6.11)
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.2
0.6.1
0.6.0
0.5.1
0.3.1
0.3.0
0.1.4
Simple Module Management
dilvie/applitude
applitude
/
examples
/
nodetest.js
4 lines
(2 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
var
librarymodule =
require
(
'./lib/librarymodule'
);
console
.
log
(librarymodule.
foo
());