UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

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