A suite to track Project Diva score statistics and ratings / D4DJ event data.
 
 
 
 
 
 
projectdivar/server/node_modules/gauge/spin.js

5 lines
105 B

'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}