UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

4 lines 214 B
import { RootElement } from '../../../types/types'; import { Writer } from '../../../Ber'; export declare function encodeRootElement(el: RootElement, writer: Writer): void; //# sourceMappingURL=RootElement.d.ts.map