summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/spin.js
blob: 34142ee31acc7c1b0c3b122a27166aae0ed8f7ae (plain)
1
2
3
4
5
'use strict'

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