mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-05 08:16:37 -05:00
first commit
This commit is contained in:
10
node_modules/vitest/dist/chunks/suite.d.BJWk38HB.d.ts
generated
vendored
Normal file
10
node_modules/vitest/dist/chunks/suite.d.BJWk38HB.d.ts
generated
vendored
Normal file
@@ -0,0 +1,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 };
|
||||
Reference in New Issue
Block a user