UNPKG

assertthat

Version:
11 lines (9 loc) 136 B
interface BenchmarkResult { scale: number; unit: string; time: number; deviation: number; } export type { BenchmarkResult };