UNPKG

perf-insight

Version:

Performance benchmarking tool for NodeJS.

4 lines 217 B
import { Command } from 'commander'; export declare function app(program?: Command): Promise<Command>; export declare function run(argv?: string[], program?: Command): Promise<void>; //# sourceMappingURL=app.d.mts.map