UNPKG

@svta/common-media-library

Version:
14 lines 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZlemaEstimator = exports.HarmonicMeanEstimator = exports.EwmaEstimator = exports.Ewma = exports.ArithmeticMeanEstimator = void 0; var ArithmeticMeanEstimator_js_1 = require("./throughput/ArithmeticMeanEstimator.js"); Object.defineProperty(exports, "ArithmeticMeanEstimator", { enumerable: true, get: function () { return ArithmeticMeanEstimator_js_1.ArithmeticMeanEstimator; } }); var Ewma_js_1 = require("./throughput/Ewma.js"); Object.defineProperty(exports, "Ewma", { enumerable: true, get: function () { return Ewma_js_1.Ewma; } }); var EwmaEstimator_js_1 = require("./throughput/EwmaEstimator.js"); Object.defineProperty(exports, "EwmaEstimator", { enumerable: true, get: function () { return EwmaEstimator_js_1.EwmaEstimator; } }); var HarmonicMeanEstimator_js_1 = require("./throughput/HarmonicMeanEstimator.js"); Object.defineProperty(exports, "HarmonicMeanEstimator", { enumerable: true, get: function () { return HarmonicMeanEstimator_js_1.HarmonicMeanEstimator; } }); var ZlemaEstimator_js_1 = require("./throughput/ZlemaEstimator.js"); Object.defineProperty(exports, "ZlemaEstimator", { enumerable: true, get: function () { return ZlemaEstimator_js_1.ZlemaEstimator; } }); //# sourceMappingURL=throughput.js.map