UNPKG

happner

Version:

distributed application engine with evented storage and mesh services

17 lines (11 loc) 201 B
/** * Created by johan on 6/15/16. */ module.exports = function () { return new Component(); } function Component() { } Component.prototype.remoteCall = function (callback) { callback(); };