Skip to main content
Latest
method Collection.prototype.find
Re-export
import { Collection } from "https://deno.land/x/discordeno@18.0.1/plugins/helpers/deps.ts";

Parameters

callback: (value: V, key: K) => boolean