Finalisation de la pgae de création des sessions

This commit is contained in:
2023-11-22 15:19:54 +01:00
parent c7c26f984e
commit ee42c93934
726 changed files with 81699 additions and 4092 deletions

5
node_modules/gauge/spin.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
'use strict'
module.exports = function spin (spinstr, spun) {
return spinstr[spun % spinstr.length]
}