UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

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