1 line
75 B
TypeScript
1 line
75 B
TypeScript
export const toPercent = (value: number) => `${Math.round(value * 100)}%`;
|
export const toPercent = (value: number) => `${Math.round(value * 100)}%`;
|