Skip to main content
Module

x/harmony/mod.ts>Collection#some

An easy to use Discord API Library for Deno.
Latest
method Collection.prototype.some
Re-export
import { Collection } from "https://deno.land/x/harmony@v2.9.1/mod.ts";

Check if any of the values/keys in Collection satisfies callback

Parameters

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

Returns

boolean