File Manager

Path: /opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules.bundled/gauge/lib/

Viewing File: spin.js

'use strict'

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