UNPKG

244 BTypeScriptView Raw
1import Benchmark = require('benchmark');
2export declare const WrappedBenchmark: {
3 (name: string, fn: string | Function, options?: Benchmark.Options): Benchmark;
4 Suite: (name?: string, options?: Benchmark.Options) => Benchmark.Suite;
5};