AlkantarClanX12

Your IP : 18.118.37.85


Current Path : /lib/node_modules/npm/node_modules/gauge/
Upload File :
Current File : //lib/node_modules/npm/node_modules/gauge/spin.js

'use strict'

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