UNPKG

@c4312/matcha

Version:

A caffeine driven, simple command line for benchmarking

13 lines 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const csv_1 = require("./csv"); const json_1 = require("./json"); const json_summary_1 = require("./json-summary"); const pretty_1 = require("./pretty"); exports.reporters = { csv: csv_1.csvFactory, json: json_1.jsonFactory, pretty: pretty_1.prettyFactory, 'json-summary': json_summary_1.jsonSummaryFactory, }; //# sourceMappingURL=index.js.map