Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Ai-Tunes
/
modelos_publicos
like
0
Model card
Files
Files and versions
Community
1
1a3d6ba
modelos_publicos
/
bottaiko
/
node_modules
/
gauge
/
spin.js
Ai-Tunes
Upload 656 files
1a3d6ba
over 1 year ago
raw
Copy download link
history
blame
105 Bytes
'use strict'
module
.
exports
=
function
spin
(spinstr, spun) {
return
spinstr[spun % spinstr.
length
]
}