github-pages-deploy-action/node_modules/gauge/spin.js
2019-11-19 07:48:29 -05:00

6 lines
105 B
JavaScript

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