kruonis
Version:
A tool to perform benchmarks on TS
8 lines (7 loc) • 512 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Stats = exports.Test = exports.Benchmark = void 0;
var internal_1 = require("./internal");
Object.defineProperty(exports, "Benchmark", { enumerable: true, get: function () { return internal_1.Benchmark; } });
Object.defineProperty(exports, "Test", { enumerable: true, get: function () { return internal_1.Test; } });
Object.defineProperty(exports, "Stats", { enumerable: true, get: function () { return internal_1.Stats; } });
;