We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-wiki-example / utilities / shuffleArray
shuffleArray<T>(array): T[]
T
array
Defined in: utilities.ts:75
Function to shuffle an array.
T[]
The shuffled array.