@balte/emberplus-connection
Version:
Javascript implementation of the Ember+ automation protocol
6 lines (5 loc) • 337 B
TypeScript
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>;