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