UNPKG
ever-js
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Easy with extended restify
ever-js.github.io
ever-js/ever-js
ever-js
/
fw
/
lib
/
SampleLib.js
5 lines
•
160 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
= { sampleFunction :
function
(
) {
console
.
log
(
"***************sample function of the sample lib is called*****************"
); } }