Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Collection.prototype.some
Re-export
import { Collection } from "https://deno.land/x/discordeno@18.0.1/plugins/fileloader/deps.ts";

Parameters

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