UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

4 lines 272 B
import * as Ber from '../../../Ber'; import { StringIntegerCollection } from '../../../types/types'; export declare function encodeStringIntegerCollection(collection: StringIntegerCollection, writer: Ber.Writer): void; //# sourceMappingURL=StringIntegerCollection.d.ts.map