UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

12 lines (6 loc) 186 B
module.exports = Module1; function Module1() {} Module1.prototype.funK = function($happn, arg, callback) { console.log('Running funK() with', arg); callback(null, arg + arg); }