VisionFTF / server / node_modules / gauge / spin.js
spin.js
Raw
'use strict'

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