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