UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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