Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[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 }