UNPKG

karma-benchmark

Version:

Run Benchmark.js over multiple Browsers, with CI compatible output

16 lines (15 loc) 411 B
import { WrappedBenchmark } from './wrapped-benchmark'; declare global { namespace NodeJS { interface Global { __coverage__: any; __karma__: { complete(result: any): void; info(info: any): void; result(result: any): void; start(): void; }; Benchmark: WrappedBenchmark; } } }