GitHub

shuffle

import { shuffle } from '@daffodil/core'

const shuffle: <T>(array: T[]) => T[]