UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

4 lines 202 B
import * as Ber from '../../../Ber'; import { Command } from '../../../model/Command'; export declare function encodeCommand(el: Command, writer: Ber.Writer): void; //# sourceMappingURL=Command.d.ts.map