emberplus-connection
Version:
Javascript implementation of the Ember+ automation protocol
11 lines • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamEntryImpl = void 0;
class StreamEntryImpl {
constructor(identifier, value) {
this.identifier = identifier;
this.value = value;
}
}
exports.StreamEntryImpl = StreamEntryImpl;
//# sourceMappingURL=StreamEntry.js.map