Skip to main content
Module

x/harmony/mod.ts>Collection#find

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

Find a value from Collection using callback

Parameters

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

Returns

V | undefined