biobulkbende.org/node_modules/gauge/spin.js

6 lines
105 B
JavaScript
Raw Normal View History

2020-09-16 12:23:28 +00:00
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}