applicationinsights
Version:
Microsoft Application Insights module for Node.js
10 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AggregatedMetric = void 0;
var AggregatedMetric = /** @class */ (function () {
function AggregatedMetric() {
}
return AggregatedMetric;
}());
exports.AggregatedMetric = AggregatedMetric;
//# sourceMappingURL=AggregatedMetric.js.map