eslint-rule-benchmark
Version:
Benchmark ESLint rules with detailed performance metrics for CI and plugin development
9 lines (8 loc) • 306 B
TypeScript
/**
* Formats a given number of milliseconds into a string representation with
* thousands separators.
*
* @param milliseconds - The number of milliseconds to format.
* @returns A string representation of the formatted milliseconds.
*/
export declare function formatMs(milliseconds?: number): string