UNPKG

@balte/emberplus-connection

Version:
11 lines (10 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StreamEntryImpl = void 0; class StreamEntryImpl { constructor(identifier, value) { this.identifier = identifier; this.value = value; } } exports.StreamEntryImpl = StreamEntryImpl;