aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/vitest/dist/chunks/suite.d.BJWk38HB.d.ts
blob: 6e669f48c6a3d98abd97ef1d0669ddd7f6f3c319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 };