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