UNPKG

assertthat

Version:
5 lines (4 loc) 124 B
declare type BenchmarkSetup = (parameters: { scale: number; }) => void | Promise<void>; export type { BenchmarkSetup };