Skip to main content
Extremely Popular
Go to Latest
method Collection.prototype.some
Re-export
import { Collection } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/helpers/deps.ts";

Parameters

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