Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
export function formatProgress(a: number, b: number) { | |
return `${Math.round((a / b) * 100)}%` | |
} |