UNPKG

assertthat

Version:
7 lines (6 loc) 280 B
import { BenchmarkResultWithRegressionDeviation } from '../types/BenchmarkResultWithRegressionDeviation'; declare const formatResults: ({ results, precision }: { results: BenchmarkResultWithRegressionDeviation[]; precision: number; }) => string; export { formatResults };