Welcome to mirror list, hosted at ThFree Co, Russian Federation.

spin.js « gauge « node_modules « npmlog « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34142ee31acc7c1b0c3b122a27166aae0ed8f7ae (plain)
1
2
3
4
5
'use strict'

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