UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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