We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c825 commit 4238f37Copy full SHA for 4238f37
index.ts
@@ -1392,6 +1392,7 @@ export function uniqueAdjacentByHashFn<T>(
1392
return array => uniqueAdjacentByHash(array, hash);
1393
}
1394
1395
+/** @deprecated Use [array-shuffle](https://npmjs.com/array-shuffle) instead. */
1396
export function shuffle<T>(array: ArrayLike<T>): T[] {
1397
const result = copy(array);
1398
for (let i = 0; i < array.length; ++i) {
0 commit comments