11cb0ef41Sopenharmony_ci'use strict'
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_cimodule.exports = function spin (spinstr, spun) {
41cb0ef41Sopenharmony_ci  return spinstr[spun % spinstr.length]
51cb0ef41Sopenharmony_ci}
6