Urara-Blog/node_modules/.pnpm-store/v3/files/d1/a19d4aa31dbd4b1793cdfd9b388004e948636c86caa48120e49a252f3922f4c611c9ec70fa3ab043042c4797c89248607a627025eea1483c2327751f880b95
2022-08-14 01:14:53 +08:00

5 lines
105 B
Text

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