mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 12:09:19 +02:00
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import Benchmark from "benchmark";
|
|
declare const _default: {
|
|
suites: Benchmark.Suite[];
|
|
};
|
|
export default _default;
|