aicartoons / src /lib /computePercentage.ts
aigorithm's picture
commit
443495e
export function computePercentage(input: string | number) {
// TODO something
return 0
}