Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
illustrateur-cloud
like
20
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
illustrateur-cloud
/
src
/
lib
/
computePercentage.ts
jbilcke-hf
HF staff
initial commit
660842c
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
export
function
computePercentage
(
input:
string
|
number
) {
// TODO something
return
0
}