UNPKG

@azure/cosmos

Version:
13 lines 276 B
/** @hidden */ export class StaticValueAggregator { value; aggregate(other) { if (this.value === undefined) { this.value = other; } } getResult() { return this.value; } } //# sourceMappingURL=StaticValueAggregator.js.map