test100 / src /lib /computePercentage.ts
Justyn97's picture
Upload 206 files
6454d9a verified
raw
history blame
No virus
92 Bytes
export function computePercentage(input: string | number) {
// TODO something
return 0
}