UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

5 lines 343 B
import * as Ber from '../../../Ber'; import { StreamDescription } from '../../../model/StreamDescription'; import { DecodeOptions, DecodeResult } from './DecodeResult'; export declare function decodeStreamDescription(reader: Ber.Reader, options?: DecodeOptions): DecodeResult<StreamDescription>; //# sourceMappingURL=StreamDescription.d.ts.map