UNPKG

@c4312/matcha

Version:

A caffeine driven, simple command line for benchmarking

7 lines (6 loc) 213 B
import { Middleware } from '../runner'; import { IReporter } from '../reporters'; /** * A middleware that instruments a reporter. */ export declare const reporterMiddleware: (reporter: IReporter) => Middleware;