uci-mqtt/lib/amodule.js

2 lines
66 B
JavaScript

module.exports.hello = function (what) { return 'Hello ' + what }