github-pages-deploy-action/node_modules/gauge/spin.js

6 lines
105 B
JavaScript
Raw Normal View History

2019-11-19 20:48:29 +08:00
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}