Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
aigorithm
/
aicartoons
like
0
Model card
Files
Files and versions
Community
main
aicartoons
/
src
/
lib
/
computePercentage.ts
aigorithm
commit
443495e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
export
function
computePercentage
(
input:
string
|
number
) {
// TODO something
return
0
}