UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

12 lines 370 B
import { EmberTypedValue } from '../types/types'; export { StreamEntry }; interface StreamEntry { identifier: number; value: EmberTypedValue; } export declare class StreamEntryImpl implements StreamEntry { identifier: number; value: EmberTypedValue; constructor(identifier: number, value: EmberTypedValue); } //# sourceMappingURL=StreamEntry.d.ts.map