Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/types/mod.ts>Collection#intersect

An Object Oriented Discord API wrapper for Deno.
Latest
method Collection.prototype.intersect
Re-export
import { Collection } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

The intersect method returns a new structure containing items where the keys are present in both original structures.

Parameters

other: Collection<K, V>

The other Collection to filter against