mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-11 13:54:22 +02:00
chore: update dependencies
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
define(['./sample'], function (sample) {
|
||||
|
||||
// Shuffle a collection.
|
||||
function shuffle(obj) {
|
||||
return sample(obj, Infinity);
|
||||
}
|
||||
|
||||
return shuffle;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user