astro-ghostcms/.pnpm-store/v3/files/8b/4c3d4c45322b118e256bacd8d1b...

11 lines
404 B
Plaintext
Raw Permalink Normal View History

2024-02-14 19:45:06 +00:00
import { Custom } from '@vitest/runner';
import '@vitest/runner/utils';
import { ao as BenchFunction, ap as BenchmarkAPI } from './reporters-1evA5lom.js';
import { Options } from 'tinybench';
declare function getBenchOptions(key: Custom): Options;
declare function getBenchFn(key: Custom): BenchFunction;
declare const bench: BenchmarkAPI;
export { getBenchOptions as a, bench as b, getBenchFn as g };