6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
// example module
|
|
// load with NodeJS require
|
|
|
|
exports.helloWorld = function() {
|
|
}
|