Skip to main content
Module

x/harmony/mod.ts>Collection#filter

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

Filter out the Collection using callback

Parameters

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