function dtils.chooseRandArrItemimport { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts"; const { chooseRandArrItem } = dtils; chooseRandArrItem<T>(arr: T[]): TChooses a random item from the array and returns it Type ParametersTParametersarr: T[]ReturnsT