Files
FloatApi/node_modules/gauge/spin.js
T
2022-03-07 22:07:57 +07:00

6 lines
105 B
JavaScript

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