Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface CollectionOptions
import { type CollectionOptions } from "https://deno.land/x/discordeno@17.0.0/util/collection.ts";

Properties

optional
sweeper: CollectionSweeper<K, V>
optional
maxSize: number