UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

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