Files
ASHEBShop-h5/node_modules/gauge/spin.js
T
2017-05-10 17:19:39 +08:00

6 lines
105 B
JavaScript

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