UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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