UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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