Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lala/functions/util/get_random.ts>getRandom

A collection of random useful (probably) javascript classes and functions.
Latest
variable getRandom
import { getRandom } from "https://deno.land/x/lala@v3.1.5/functions/util/get_random.ts";

type

<T>(arr: T[]) => T