UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

4 lines 222 B
import * as Ber from '../../../Ber'; import { StreamEntry } from '../../../model/StreamEntry'; export declare function encodeStreamEntry(entry: StreamEntry, ber: Ber.Writer): void; //# sourceMappingURL=StreamEntry.d.ts.map