Files
lcbp3.np-dms.work/backend/node_modules/gauge/spin.js
2025-09-21 20:29:15 +07:00

6 lines
105 B
JavaScript
Executable File

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