| .. | |||||
| base-theme.js | |||||
| error.js | |||||
| has-color.js | |||||
| index.js | |||||
| plumbing.js | |||||
| process.js | |||||
| progress-bar.js | |||||
| render-template.js | |||||
| set-immediate.js | |||||
| set-interval.js | |||||
| spin.js | |||||
| template-item.js | |||||
| theme-set.js | |||||
| themes.js | |||||
| wide-truncate.js |
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}
| .. | |||||
| base-theme.js | |||||
| error.js | |||||
| has-color.js | |||||
| index.js | |||||
| plumbing.js | |||||
| process.js | |||||
| progress-bar.js | |||||
| render-template.js | |||||
| set-immediate.js | |||||
| set-interval.js | |||||
| spin.js | |||||
| template-item.js | |||||
| theme-set.js | |||||
| themes.js | |||||
| wide-truncate.js |