Item Type
Item Name
Search file in folder and subfolders...
'use strict' module.exports = function spin (spinstr, spun) { return spinstr[spun % spinstr.length] }