Files
geo/backend/node_modules/gauge/spin.js
2026-02-04 00:11:19 +05:00

6 lines
105 B
JavaScript
Executable File

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