AlkantarClanX12

Your IP : 18.224.65.198


Current Path : /proc/self/root/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules/gauge/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules/gauge/spin.js

'use strict'

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