weblogin1/node_modules/gauge/spin.js
Kántor Dániel 0881028595 feltoltes
2023-01-27 11:54:37 +01:00

6 lines
105 B
JavaScript

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