lisk-framework
Version:
Lisk blockchain application platform
9 lines • 642 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.IPCChannel = exports.InMemoryChannel = exports.Controller = void 0;
var controller_1 = require("./controller");
Object.defineProperty(exports, "Controller", { enumerable: true, get: function () { return controller_1.Controller; } });
var channels_1 = require("./channels");
Object.defineProperty(exports, "InMemoryChannel", { enumerable: true, get: function () { return channels_1.InMemoryChannel; } });
Object.defineProperty(exports, "IPCChannel", { enumerable: true, get: function () { return channels_1.IPCChannel; } });
//# sourceMappingURL=index.js.map
;