UNPKG

364 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.MetricConstructor = void 0;
4class MetricConstructor {
5 constructor(construct) {
6 this.construct = construct;
7 }
8 create(...args) {
9 return new this.construct(...args);
10 }
11}
12exports.MetricConstructor = MetricConstructor;
13//# sourceMappingURL=types.js.map
\No newline at end of file