dok/node_modules/gauge/lib/spin.js
2026-03-11 14:15:42 +00:00

6 lines
105 B
JavaScript

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