// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
gauge
[ PARENT ]
EDIT :: spin.js
'use strict' module.exports = function spin (spinstr, spun) { return spinstr[spun % spinstr.length] }
SAVE
CANCEL