UNPKG

@kerthin/domain

Version:
11 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Event = void 0; class Event { constructor(data, cid) { this.data = data; this.cid = cid; } } exports.Event = Event; //# sourceMappingURL=event.js.map