initial merge of both repos
This commit is contained in:
3
UNO-Backend/src/util/shuffle.ts
Normal file
3
UNO-Backend/src/util/shuffle.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function shuffle(array) {
|
||||
array.sort(() => Math.random() - 0.5);
|
||||
}
|
||||
Reference in New Issue
Block a user