| Current Path : /proc/thread-self/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/gauge/lib/ |
| Current File : //proc/thread-self/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/node_modules/gauge/lib/spin.js |
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}