Added missing modules, including some as submodules.
[yaffs-website] / node_modules / gauge / spin.js
1 'use strict'
2
3 module.exports = function spin (spinstr, spun) {
4   return spinstr[spun % spinstr.length]
5 }