UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

4 lines 195 B
import * as Ber from '../../../Ber'; import { Label } from '../../../model/Label'; export declare function encodeLabel(label: Label, writer: Ber.Writer): void; //# sourceMappingURL=Label.d.ts.map