UNPKG

@duongtrungnguyen/nestro

Version:
10 lines 258 B
class CommunicationTemplate { constructor(discoveryService, targetService) { this._discoveryService = discoveryService; this.targetService = targetService; } } export { CommunicationTemplate }; //# sourceMappingURL=communication-template.js.map