11 lines
398 B
TypeScript
11 lines
398 B
TypeScript
|
|
import { Test } from '@vitest/runner';
|
||
|
|
import { c as BenchmarkAPI, a as BenchFunction } from './benchmark.d.DAaHLpsq.js';
|
||
|
|
import { Options } from 'tinybench';
|
||
|
|
import '@vitest/runner/utils';
|
||
|
|
|
||
|
|
declare function getBenchOptions(key: Test): Options;
|
||
|
|
declare function getBenchFn(key: Test): BenchFunction;
|
||
|
|
declare const bench: BenchmarkAPI;
|
||
|
|
|
||
|
|
export { getBenchOptions as a, bench as b, getBenchFn as g };
|