UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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