GitHub

shuffle

Helper

import { shuffle } from '@daffodil/core'

function shuffle<T>(array: T[]): T[]

Parameters

Parameterarray: T[]
Description