Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface IExhaustableArray
import { type IExhaustableArray } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";

Methods

getRandomValue(): T
getFirstValue(): T
hasValues(): boolean