Spaces:
Runtime error
Runtime error
export function computePercentage(input: string | number) { | |
// TODO something | |
return 0 | |
} |
export function computePercentage(input: string | number) { | |
// TODO something | |
return 0 | |
} |