UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

13 lines (9 loc) 208 B
module.exports = function () { return new ModuleMesh(); } function ModuleMesh() { var _this = this; _this.getReading = function (parameters, callback) { callback(undefined, Math.random()); } }