UNPKG

@azure/cosmos

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