UNPKG

cronometro

Version:

Simple benchmarking suite powered by HDR histograms.

3 lines (2 loc) 175 B
import { type WorkerContext } from './models.ts'; export declare function runWorker(context: WorkerContext, notifier: (value: any) => void, cb: (code: number) => void): void;