Your IP : 216.73.216.79


Current Path : /var/www/html/dynawebv3.blunetdev.com/node_modules/gauge/
Upload File :
Current File : /var/www/html/dynawebv3.blunetdev.com/node_modules/gauge/spin.js

'use strict'

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