emberplus-connection
Version:
Javascript implementation of the Ember+ automation protocol
5 lines • 302 B
TypeScript
import * as Ber from '../../../Ber';
import { EmberElement } from '../../../model/EmberElement';
import { QualifiedElement } from '../../../types/types';
export declare function encodeQualifedElement(el: QualifiedElement<EmberElement>, writer: Ber.Writer): void;
//# sourceMappingURL=Qualified.d.ts.map