Spaces:
Runtime error
Runtime error
File size: 92 Bytes
2728346 |
1 2 3 4 |
export function computePercentage(input: string | number) {
// TODO something
return 0
} |