Files
tenderpilot/node_modules/gauge/spin.js
2026-02-14 07:43:48 +00:00

6 lines
105 B
JavaScript
Executable File

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