UNPKG

howslow

Version:
14 lines (12 loc) 258 B
export { howSlow as default }; declare function howSlow( name: string, run: ( start: (label?: string) => void, stop: (label?: string) => void ) => void, options: { numberOfRuns: number; numberOfWarmups: number; } ): Promise<void>;