import { sample } from '@daffodil/core'
Returns a random element of an array.
const sample: <T>(array: T[]) => T