ai-tube / src /lib /utils /computePercentage.ts
jbilcke's picture
working to improve the clap format
f42b4a1
raw history blame
No virus
92 Bytes
export function computePercentage(input: string | number) {
// TODO something
return 0
}