UNPKG

@azure/cosmos

Version:
6 lines 153 B
/** @hidden */ export interface Aggregator { aggregate: (other: any) => void; getResult: () => number; } //# sourceMappingURL=Aggregator.d.ts.map