Ai-Tunes's picture
Upload 656 files
1a3d6ba
raw
history blame
105 Bytes
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}