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

x/collection/src/Collection.ts

Utility data structure for Deno (Discord.js Collection).
Latest
import * as collection from "https://deno.land/x/collection@v1.0.1/src/Collection.ts";

Classes

A Map with additional utility methods. This is used throughout discord.js rather than Arrays for anything that has an ID, for significantly improved performance and ease-of-use.

A Map with additional utility methods. This is used throughout discord.js rather than Arrays for anything that has an ID, for significantly improved performance and ease-of-use.