UNPKG

eslint-rule-benchmark

Version:

Benchmark ESLint rules with detailed performance metrics for CI and plugin development

8 lines (7 loc) 254 B
/** * Formats a deviation value in milliseconds for display. * * @param deviation - The deviation value in milliseconds. * @returns A formatted string representing the deviation. */ export declare function formatDeviation(deviation: number): string