1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-04-17 20:48:42 +00:00
2023-07-24 10:36:46 +08:00

6 lines
105 B
JavaScript

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