UNPKG

assertthat

Version:
8 lines (7 loc) 141 B
interface BenchmarkResult { scale: number; unit: string; time: number; deviation: number; } export type { BenchmarkResult };