function randomChoice
randomChoice<T>(arr: readonly T[]): T

Pick a random element from an array

Type Parameters

Parameters

arr: readonly T[]

Return Type

Usage

import { randomChoice } from "doc.ts";