UNPKG

emberplus-connection

Version:

Javascript implementation of the Ember+ automation protocol

7 lines 393 B
import * as Ber from '../../../Ber'; import { Matrix } from '../../../model/Matrix'; import { TreeElement } from '../../../model/Tree'; import { DecodeOptions, DecodeResult } from './DecodeResult'; export { decodeMatrix }; declare function decodeMatrix(reader: Ber.Reader, isQualified?: boolean, options?: DecodeOptions): DecodeResult<TreeElement<Matrix>>; //# sourceMappingURL=Matrix.d.ts.map